Managed Kubernetes objects (services, deployments, pods...)
We list here the Kubernetes objects you can find running in an OVHcloud Managed Kubernetes.
These objects are created either at the cluster or at the node creation, and they allow the cluster operation and management.
Please refrain from deleting or otherwise altering them!
Namespaces
There are several existing namespaces running in your cluster:
default: namespace by defaultkube-node-lease: for heartbeat Node's lease objectkube-public: reserved mainly for cluster usage & in case of specific resources which should be publicly availablekube-system: for objects created by Kubernetes
The following listed resources are running in theses namespaces.
Services
There are several management services running in your cluster:
kuberneteskube-dnsmetrics-serverwormhole
In my example cluster, I get:
Deployments
To implement these services, you will find several deployment objects:
corednskube-dns-autoscalermetrics-server
In my example cluster, I get:
Daemon sets
There are also several daemonsets to define the pods that will be deployed in every node:
canalkube-proxywormhole
In my example cluster, with 5 nodes, I get:
Replica sets
There are also several replicasets to define the pods that will run on several instances:
coredns-*kube-dns-autoscaler-*metrics-server-*
In my example cluster, I get:
Pods
You will find one instance of the following pods running in every node of your cluster:
canalkube-proxywormhole
You will also find one global instance of:
kube-dns-autoscalermetrics-server
And several instances of:
coredns
In my example cluster, with 3 nodes, I get:
Go further
-
If you need training or technical assistance to implement our solutions, contact your sales representative or click on this link to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project.
-
Join our community of users.