Kubernetes Basics

Table of contents
  1. What is Kubernetes?
  2. Installation
  3. Managed Kubernetes services from cloud providers

What is Kubernetes?

  • Container orchestration system
  • Declarative API

Installation

Details here.

brew install kubernetes-cli

Check installation via kubectl version --output=yaml.


Managed Kubernetes services from cloud providers

  • Google Kubernetes Engine (GKE)
  • Amazon Elastic Kubernetes Service (Amazon EKS)
  • Azure Kubernetes Service (AKS)