How to Get Started with Kubernetes

A beginner’s guide to Kubernetes

Bhargav Bachina
Bachina Labs

--

Photo by Gesina Kunkel on Unsplash

Kubernetes is an open-source container orchestration engine for automating deployment, scaling, and management of containerized applications. In this post, we will go through the architecture of Kubernetes for beginners and what are the different options to get started for beginners.

  • Kubernetes Architecture
  • Different Options To Get Started
  • Minikube
  • Kubernetes Dashboard
  • How To Deploy In Cluster
  • Some Examples
  • Summary
  • Conclusion

Kubernetes Architecture

Kubernetes is the orchestration platform for the containerized applications. It follows the declarative configuration which defines the desired state of the applications and Kubernetes work hard to maintain that state throughout the lifecycle.

It’s very important for anyone to understand the architecture of the Kubernetes before getting started. Let’s dive into the architecture principles of this tool.

--

--