diff --git a/content/k3s/latest/en/architecture/_index.md b/content/k3s/latest/en/architecture/_index.md index 4f551fb99bf..0b04ddbfd8c 100644 --- a/content/k3s/latest/en/architecture/_index.md +++ b/content/k3s/latest/en/architecture/_index.md @@ -22,7 +22,8 @@ The following diagram shows an example of a cluster that has a single-node K3s s In this configuration, each agent node is registered to the same server node. A K3s user can manipulate Kubernetes resources by calling the K3s API on the server node. -![Architecture]({{}}/img/rancher/k3s-single-node-server-architecture.svg) +
K3s Architecture with a Single Server
+![Architecture]({{}}/img/rancher/k3s-architecture-single-server.png) # High-Availability K3s Server with an External DB @@ -31,7 +32,8 @@ Single server clusters can meet a variety of use cases, but for environments whe * Two or more **server nodes** that will serve the Kubernetes API and run other control plane services * An **external datastore** (as opposed to the embedded SQLite datastore used in single-server setups) -![Architecture]({{< baseurl >}}/img/rancher/k3s-ha-architecture.svg) +
K3s Architecture with a High-availability Server
+![Architecture]({{< baseurl >}}/img/rancher/k3s-architecture-ha-server.png) ### Fixed Registration Address for Agent Nodes diff --git a/static/img/rancher/k3s-architecture-ha-server.png b/static/img/rancher/k3s-architecture-ha-server.png new file mode 100644 index 00000000000..a0a4405980c Binary files /dev/null and b/static/img/rancher/k3s-architecture-ha-server.png differ diff --git a/static/img/rancher/k3s-architecture-single-server.png b/static/img/rancher/k3s-architecture-single-server.png new file mode 100644 index 00000000000..9a3f1f69381 Binary files /dev/null and b/static/img/rancher/k3s-architecture-single-server.png differ