Exploring Virtual Clusters
Explore the details of running system-level objects and learn about virtual clusters.
Seeking system-level objects
Almost all system services are running as Kubernetes objects. Kube DNS is used for deployments. Dashboard, Storage Controller, and nginx Ingress are a few of system Pods currently running in our k3d cluster.
Still, we haven’t seen them yet. Although we executed kubectl get all
quite a few times, there was no trace of any of those objects. How can that be? Will we see them now if we list all the objects?
kubectl get all
The output shows only the objects that we created. There are go-demo-2
Deployments, ...