Projects

Kubernetes architecture

Kubernetes is a not a single package application that you can install with one command, it is comprised of several components, some of them can be deployed as services, some can be also deployed as separate containers.

Let us take a look at Kubernetes architecture diagram below:

Read about every component in the official documentation.

Make sure you understan...
Learn More