Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 641 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 641 Bytes

Kubernetes - Deep dive

k8s

In this repository we gonna take a deep dive in the main concepts/components of Kubernetes, the most adopted container orchestrator nowadays.

Before you start

To be able to follow the concepts explored here, you need to setup a cluster first. For instance, you can use the kind-config.yaml file to set a local cluster with Kind by running the kind create cluster --config=config/kind-config.yaml command.

Sections