Exploring Virtual Clusters
In this lesson, we will start off by seeking the details of running system-level objects and then explore virtual clusters.
We'll cover the following
Seeking for System-Level Objects
Almost all of the system services are running as Kubernetes objects. Kube DNS is a deployment. Minikube Addon Manager, Dashboard, Storage Controller, and nginx Ingress are a few of the system Pods that are currently running in our Minikube 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?
Let’s check it out.
Get hands-on with 1400+ tech skills courses.