Exploring Virtual Clusters
Explore the details of running system-level objects and learn about virtual clusters.
We'll cover the following...
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?
Press + to interact
kubectl get all
The output shows only the objects that we created. ...
Access this course and 1400+ top-rated courses and projects.