Saturday, June 15, 2019

Kubernetes Concepts



Kubernetes :
Introduction

o Why and what is kubernetes
o Kubernetes Objects
o Kubernetes Architecture
o Pods

o Service
o Volume
o Namespace
o ReplicaSet
o Deployment
o StatefulSet
o DaemonSet
o Job
 Create a Cluster using Kubeadm ,Minikube
 Using kubectl to Create a Deployment
 Using a Service to Expose Your App
 Scale Your App

KUBEADM ON AWS

 Using kubeadm to Create a Cluster
 Pod delete
Azure -AKS Concepts


2 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. This is a solid overview of kubernetes objects and architecture. I especially liked the part about Namespaces and StatefulSets. I’m looking forward to seeing a deeper dive into managing multi-node clusters next!

    ReplyDelete