GithubHelp home page GithubHelp logo

kubernetes-course's Introduction

Kubernetes From Scratch

This repo contains the source code for the kubernetes course.

Learn Kubernetes From Scratch

Cloud Native Application Development Series

This course is particularly for any senior or staff level engineer who wants to learn Kubernetes From Scratch.

Kubernetes Architecture

  • We will start with Kubernetes architecture
  • The role of every cluster component
  • Cluster creation with kind

Pod

  • Deploy a workload using a basic build block which is Pod
  • Access application log
  • Access application container
  • Access application API
  • How to debug in case of issues
  • Pod lifecycle
  • Restart policy
  • Environment variables
  • Multi container pod / Sidecar container

Deployment

  • Handling various revisions
  • Rollout Strategy
  • Rollback to Specific Revision
  • Deployment Strategy

Service

  • How to do load balancing
  • Service Discovery
  • ClusterIP
  • NodePort
  • LoadBalancer

Namespace

  • Logical separation of Kubernetes resources in the cluster
  • Creation and Deletion of namespaces

Probes

  • How to do health check
  • Startup Probe
  • Liveness Probe
  • Readiness Probe

Configuration Management

  • Config Map
  • How to manage application Secrets
  • Injecting Environment Variables
  • Injecting initialization scripts

Persistent Volume, Claims & StatefulSet

  • Storage classes
  • How to manage an application with persistent storage
  • Claiming a storage via Dynamic Persistent Volume
  • Headless Service
  • Running Mongodb in Kubernetes

Horizontal Pod Autoscaler

  • Requesting and Limiting CPU and Memory resources for Pod container
  • How to scale application based on CPU/Memory
  • Application metrics

Ingress

  • Creating and implementing routing rules
  • Host & Path based routing

Kubernetes On Cloud

  • Creating a cluster on Google cloud platform.
  • Deploying our application
  • Going global from local in minutes

kubernetes-course's People

Contributors

vinsguru avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.