Giter VIP home page Giter VIP logo

notes-kubernetes's Introduction

Kubernetes

โš ๏ธ Note: This project has been archived because of other ongoing efforts. Check out the org home page to get information related to kubernetes and other topics. Alternatively check out Software Engineering Fundamentals website for info related to kubernetes.

Kubernetes was born at Google after learnings from their other systems Borg and Omega. Kubernetes can often be referred as k8s with 8 as the number of characters between the word.

Just like an orchestra, Kubernetes cares about high-level stuff over starting/stopping containers. It cares about how many containers to run, which nodes to run them on, scheduling, scaling, healing, updating,...

Kubernetes manages a bunch of nodes through k8s control plane. Each node has a container runtime (docker as default) and a kubernetes agent.

Pre-requisite

You are expected to already know about:

  • container
  • docker
  • networking (good to know)

Deployment Options

  • On premises
    • Build your own
  • Cloud (hosted options)
    • AWS EKS
    • Azure AKS
    • Google GKE
    • Others are there as well

Feature Release Stages

  • Alpha
    • Off by default
    • Not for production
  • Beta
    • On by default
    • Becoming stable
    • Some details may change
  • GA
    • Production ready
    • Solid future

Reference Quality Learning

https://www.udemy.com/kubernetes-certified-administrator

notes-kubernetes's People

Contributors

goel4ever avatar

Stargazers

Vlad avatar

Watchers

James Cloos avatar  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.