Giter Site home page Giter Site logo

adilmalik11 / kubernetes-the-hard-way Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mmumshad/kubernetes-the-hard-way

0.0 0.0 0.0 1.43 MB

Bootstrap Kubernetes the hard way on Vagrant on Local Machine. No scripts.

License: Apache License 2.0

Shell 86.72% Python 13.09% Vim Script 0.18%

kubernetes-the-hard-way's Introduction

This tutorial is a modified version of the original developed by Kelsey Hightower.

Kubernetes The Hard Way On VirtualBox

IMPORTANT This currently does not work on Apple M1/M2. Oracle are yet to release a compatible version for these systems.

This tutorial walks you through setting up Kubernetes the hard way on a local machine using VirtualBox. This guide is not for people looking for a fully automated command to bring up a Kubernetes cluster. If that's you then check out Google Kubernetes Engine, or the Getting Started Guides.

Kubernetes The Hard Way is optimized for learning, which means taking the long route to ensure you understand each task required to bootstrap a Kubernetes cluster.

This tutorial is a modified version of the original developed by Kelsey Hightower. While the original one uses GCP as the platform to deploy kubernetes, we use VirtualBox and Vagrant to deploy a cluster on a local machine. If you prefer the cloud version, refer to the original one here

The results of this tutorial should not be viewed as production ready, and may receive limited support from the community, but don't let that stop you from learning!

Please note that with this particular challenge, it is all about the minute detail. If you miss one tiny step anywhere along the way, it's going to break!

Always run the cert_verify script at the places it suggests, and always ensure you are on the correct node when you do stuff. If cert_verify shows anything in red, then you have made an error in a previous step. For the master node checks, run the check on master-1 and on master-2

Target Audience

The target audience for this tutorial is someone planning to support a production Kubernetes cluster and wants to understand how everything fits together.

Cluster Details

Kubernetes The Hard Way guides you through bootstrapping a highly available Kubernetes cluster with end-to-end encryption between components and RBAC authentication.

Node configuration

We will be building the following:

  • Two control plane nodes (master-1 and master-2) running the control plane components as operating system services.
  • Two worker nodes (worker-1 and worker-2)
  • One loadbalancer VM running HAProxy to balance requests between the two API servers.

Labs

kubernetes-the-hard-way's People

Contributors

kelseyhightower avatar mmumshad avatar vpalazhi avatar m-ayman avatar sujiar37 avatar fireflycons avatar sudo-soniboy avatar k2-kk avatar gottsman avatar b10s avatar ksingh7 avatar srikanth787 avatar amouat avatar lfaoro avatar lzecca78 avatar msadofschi avatar aberoham avatar adriaandejonge avatar alan01252 avatar andrewpsp avatar anuj53 avatar jomagam avatar bjoernt avatar dy-dx avatar koep avatar dpritchett avatar dannykansas avatar dmitrymihailov avatar elsonrodriguez avatar mercer 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.