Seeking for system-level objects
The virtual clusters
The default namespace
Try it yourself
Seeking for system-level objects
Almost all of the system services are running as Kubernetes objects. Kube DNS is used for deployments. Dashboard, Storage Controller, and nginx Ingress are a few of the system Pods that are currently running in our k3d cluster.
Still, we haven’t seen them yet. Even though we executed kubectl get all quite a few times, there was not a trace of any of those objects. How can that be? Will we see them now if we list all the objects?