Skip to content

A deep dive in the main concepts/components of Kubernetes.

Notifications You must be signed in to change notification settings

rellyson/kube-deep-dive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A deep dive in the main concepts/components of Kubernetes.

Topics

Resources

Stars

Watchers

Forks