Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Getting Started with Kubernetes

Sponsored · SiteGround - Reliable hosting with speed, security, and support you can count on.

Getting Started with Kubernetes

Slide deck related to getting started with Kubernetes YouTube video as part of the Cloud Native Ninja series. https://youtu.be/M1Ra4jCMmL0

Avatar for Nilesh Gule

Nilesh Gule

July 30, 2023
Tweet

More Decks by Nilesh Gule

Other Decks in Programming

Transcript

  1. What can be done with Kubernetes? ✓ Orchestrate containers: Provides

    a platform to schedule & run containers on clusters of physical or virtual machines ✓ Better Hardware utilization: Maximize resources needed ✓ Application Deployment: Control & automate application deployment ✓ Stateful Apps: mount & add storage for running stateful apps ✓ Scale containerized apps: Dynamically scale application ✓ Declaratively manage services ✓ Resiliency: Health-check & self-heal apps with auto-placement, auto restart, auto replication, autoscaling etc.
  2. Summary ✓ Kubernetes: Orchestration platform ✓ Docker Desktop: provides Single

    node Kubernetes cluster ✓ Kubectl : Kubernetes command line interface ✓ Lens / Octant: Kubernetes cluster visualizer