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

Inside view of k8s

Inside view of k8s

Topics:
- About Container's theory.
- The need for Management the containers
- What is Kubernetes?
- What makes Kubernetes powerful?
- Understanding Kubernetes Architecture
- Understanding Workloads (Services && Deployment)
- Creating Deployment File for Django Based Applications
- Summary
Content site: Techprimer (https://www.youtube.com/channel/UCB12jjYsYv-eipCvBDcMbXw)

Kunal Sharma

August 14, 2019
Tweet

More Decks by Kunal Sharma

Other Decks in Technology

Transcript

  1. $ whoami Kunal Sharma , SDE Intern Paytm Payments Bank

    I am Developer , Programmer and active Open Source contributor. @ Knlsharma [ Github, Quora, LinkedIn ] Apart from Coding I love to do Blogging . You can Checkout out my article @ https://knlsharma.github.io/blog Find Me @ Web https://knlsharma.github.io
  2. $ howaboutu - Current role - Knowledge on Kubernetes -

    Do you know different types of services and deployments envolved in this.
  3. $ Agenda - About Container theory. - Need of Managament

    the containers - What is Kubernetes ? - What make Kubernetes poweful ? - Understanding Kubernetes Architecture - Understanding Workloads (Services && Deployment) - Deployment File in Django
  4. Summary - What is Container and need of Management ?

    - What is k8s ? - How are Master and slave interact ? - How Services and Deployments are related ? - Code Link: https://github.com/Knlsharma/kubernetes-django- app