diff --git a/containers/kubernetes/api-cli/creating-managing-kubernetes-lifecycle-cliv2.mdx b/containers/kubernetes/api-cli/creating-managing-kubernetes-lifecycle-cliv2.mdx index dc0c2848de..c930c822c6 100644 --- a/containers/kubernetes/api-cli/creating-managing-kubernetes-lifecycle-cliv2.mdx +++ b/containers/kubernetes/api-cli/creating-managing-kubernetes-lifecycle-cliv2.mdx @@ -153,7 +153,7 @@ You can [create](/containers/kubernetes/how-to/create-cluster/) and [manage](/co 2. Write down the ID of your cluster, as you will need it in the next steps. -## Installing a KubeConfig configuration file +## Installing a Kubeconfig configuration file Type the following command in your terminal and replace `your-cluster-ID` with the ID of your previously generated cluster: @@ -318,6 +318,4 @@ ClientID - UsernameClaim - UsernamePrefix - GroupsPrefix - -``` - - +``` \ No newline at end of file diff --git a/containers/kubernetes/concepts.mdx b/containers/kubernetes/concepts.mdx index 20a2c15f46..ac967a8b9a 100644 --- a/containers/kubernetes/concepts.mdx +++ b/containers/kubernetes/concepts.mdx @@ -74,7 +74,7 @@ Ingress is an API object that manages external access to the services in a clust Kubernetes supports a high-level abstraction called Ingress, which allows simple host or URL-based HTTP routing. Ingress is a core concept (in beta) of Kubernetes, but is always implemented by a third-party proxy. These implementations are known as ingress controllers. An ingress controller is responsible for reading the Ingress Resource information and processing that data accordingly. Different ingress controllers have extended the specification in different ways to support additional use cases. For more information, see our [dedicated how-to](/containers/kubernetes/how-to/deploy-ingress-controller/) on deploying ingress controllers. -## KubeConfig +## Kubeconfig `kubeconfig` is a file provided by Scaleway when creating a Kubernetes cluster. It allows you to manage your cluster from your local computer by using kubectl. diff --git a/index.mdx b/index.mdx index c7b833c7e9..d8ff719fd2 100644 --- a/index.mdx +++ b/index.mdx @@ -7,7 +7,7 @@ meta: ## Getting started