diff --git a/docs/manuals/spaces/howtos/self-hosted/configure-ha.md b/docs/manuals/spaces/howtos/self-hosted/configure-ha.md index b012148a8..dae9c3e57 100644 --- a/docs/manuals/spaces/howtos/self-hosted/configure-ha.md +++ b/docs/manuals/spaces/howtos/self-hosted/configure-ha.md @@ -407,11 +407,32 @@ Configure alerts for critical scaling and health metrics: - **`apollo syncer`**: Syncs `etcd` data into PostgreSQL for the Query API +### `up ctx` workflow + + + up ctx workflow diagram + + +### Access a control plane API server via kubectl + + + kubectl workflow diagram + + +### Query API/Apollo + + + query API workflow diagram + + ## See also * [Upbound Spaces deployment requirements][deployment] * [Upbound `etcd` scaling resources][scaling] +[up-ctx-workflow]: /img/up-ctx-workflow.png +[kubectl]: /img/kubectl-workflow.png +[query-api]: /img/query-api-workflow.png [spaces-workflow]: /img/up-basic-flow.png [rds]: https://aws.amazon.com/rds/postgresql/ [gke-sql]: https://cloud.google.com/kubernetes-engine/docs/tutorials/stateful-workloads/postgresql diff --git a/static/img/kubectl-workflow.png b/static/img/kubectl-workflow.png new file mode 100644 index 000000000..263c81f82 Binary files /dev/null and b/static/img/kubectl-workflow.png differ diff --git a/static/img/query-api-workflow.png b/static/img/query-api-workflow.png new file mode 100644 index 000000000..0c7ed8fda Binary files /dev/null and b/static/img/query-api-workflow.png differ diff --git a/static/img/up-ctx-workflow.png b/static/img/up-ctx-workflow.png new file mode 100644 index 000000000..ff0e3a823 Binary files /dev/null and b/static/img/up-ctx-workflow.png differ