Skip to content

Commit

Permalink
refactor: Introduce extra variable for container engine
Browse files Browse the repository at this point in the history
Our container orchestration engine brand, "Gardener in Cleura Cloud",
may conceivably change at some point in the future. If that does
happen, being able to change a single variable would facilitate the
brand update.

Thus, include a new such variable, brand_container_orchestration, and
set it to "Gardener in Cleura Cloud".
  • Loading branch information
fghaas committed Dec 5, 2023
1 parent 2b4de59 commit f7523b7
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/background/kubernetes/gardener/autoupgrades.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: How auto-upgrading works in Gardener-managed Kubernetes clusters
---
# Automatic upgrades

By default, Kubernetes clusters created with {{k8s_management_service}} in {{brand}} are upgraded automatically.
By default, Kubernetes clusters created with {{brand_container_orchestration}} are upgraded automatically.

More specifically, during the specified maintenance window, {{k8s_management_service}} checks for a new Kubernetes version, and a new version of the base image that runs on the control plane and worker nodes.
If there is a new version of any of those, the cluster starts upgrading automatically.
Expand Down
2 changes: 1 addition & 1 deletion docs/background/kubernetes/gardener/garden-linux.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Gardener in Cleura Cloud runs its worker and control plane nodes on Garden Linux.
description: Gardener runs its worker and control plane nodes on Garden Linux.
---
# Garden Linux

Expand Down
2 changes: 1 addition & 1 deletion docs/background/kubernetes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{{brand}} has two management facilities for Kubernetes clusters:

* [{{k8s_management_service}} in {{brand}}](../../howto/kubernetes/gardener/index.md),
* [{{brand_container_orchestration}}](../../howto/kubernetes/gardener/index.md),
* [OpenStack Magnum](../../howto/kubernetes/magnum/index.md).

In most scenarios, {{k8s_management_service}} is the preferred option, since it supports more recent Kubernetes versions and offers you a greater degree of "hands-off" management.
Expand Down
2 changes: 1 addition & 1 deletion docs/howto/kubernetes/gardener/create-shoot-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This guide shows you how to do that, and how to deploy a sample application on s

## Prerequisites

* If this is your first time using {{k8s_management_service}} in {{brand}}, you need to [activate the service](index.md) from the {{gui}}.
* If this is your first time using {{brand_container_orchestration}}, you need to [activate the service](index.md) from the {{gui}}.
* To access the Kubernetes cluster from your computer, you will need to [install `kubectl`](https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/) on your machine.

## Creating a Kubernetes cluster in {{gui}}
Expand Down
2 changes: 1 addition & 1 deletion docs/howto/kubernetes/gardener/hibernate-shoot-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cluster again), you will be paying *less* for the cluster.

## Prerequisites

We assume you have already used {{k8s_management_service}} in {{brand}} to spin up a
We assume you have already used {{brand_container_orchestration}} to spin up a
Kubernetes cluster, which is now humming away. If you've never done
this before, please feel free to [follow this
guide](create-shoot-cluster.md).
Expand Down
4 changes: 2 additions & 2 deletions docs/howto/kubernetes/gardener/index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Gardener

{{k8s_management_service}} in {{brand}} is a Kubernetes-native system that provides automated management and operation of Kubernetes clusters as a service.
{{brand_container_orchestration}} is a Kubernetes-native system that provides automated management and operation of Kubernetes clusters as a service.
It allows you to create clusters and automatically handle their lifecycle operations, including configurable maintenance windows, hibernation schedules, and automatic updates to Kubernetes control plane and worker nodes.

You can read more about {{k8s_management_service}} and its capabilities on its [documentation website](https://gardener.cloud/docs/gardener/).

## Activating the {{k8s_management_service}} service

To use {{k8s_management_service}} in {{brand}}, you first need to *activate* the service. You can conveniently do this via the {{gui}}.
To use {{brand_container_orchestration}}, you first need to *activate* the service. You can conveniently do this via the {{gui}}.

To activate {{k8s_management_service}}, select Containers → [{{k8s_management_service}}](https://{{gui_domain}}/containers/gardener) in the side panel.
Then, click the _Activate {{k8s_management_service}} Service_ button:
Expand Down
2 changes: 1 addition & 1 deletion docs/howto/kubernetes/gardener/kubectl.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ users:
```
You will notice that the cluster API endpoint (the `server` entry in your kubeconfig) is a dynamically managed DNS address.
{{k8s_management_service}} in {{brand}} automatically created the DNS record upon shoot cluster creation.
{{brand_container_orchestration}} automatically created the DNS record upon shoot cluster creation.
The DNS record will subsequently disappear when you delete the cluster.
The DNS record *also* disappears when you [hibernate the shoot cluster](hibernate-shoot-cluster.md), and reappears when you wake it from hibernation.
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ extra:
provider: plausible
brand: "Cleura Cloud"
brand_compliant: "Cleura Compliant Cloud"
brand_container_orchestration: "Gardener in Cleura Cloud"
brand_domain: "citycloud.com"
brand_public: "Cleura Public Cloud"
company: "Cleura"
Expand Down

0 comments on commit f7523b7

Please sign in to comment.