Hasan's Post

Tutorial repository

View on GitHub
23 September 2021

Kubernetes

by Hasan

Basic Kubernetes objects

Pod

Service

Volumes

kubernetes object that represent directories that mount to pods so containers have access to read and modify files in a persitent manner.

Namespaces

Allow you to have multiple virtual Kubernetes clusters backed by the same physical cluster.

Amazon EKS Demonstration

node ami –>image for containers node information related to the node that will be launched as a part of the cluster

kubectl scale deployment/nginx --replaces=4

here it is scaled to 4 pods

Scaling with k8

Kubernetes Ecosystem

Amazon Fargates for EKS

tags: