Giter Site home page Giter Site logo

ansible-role-kubernetes's Introduction

Kubernetes the Hard Way by ansible

This ansible role can help you to bootstrap your Kubernetes cluster from scratch. Very similar project https://github.com/kelseyhightower/kubernetes-the-hard-way but using ansible.

I used to use it in my production since Kubernetes version 1.8. It gave me a predictable way to upgrade the cluster. In my opinion, kubeadm was unstable at that time. The latest tested version was 1.22. And currently, this project is not supported anymore.

You can use it in your production or the lab. If you are familiar with ansible, it helps you understand how to create the kubernetes cluster from scratch (the hard way).

It supports 3 types of control-plane deployment as systemd service (in a case when you want to hide the control-plane) or launch it outside the cluster. pod static (preferred way) classic kubernetes deployment

Ansible creates the certificates for the contol-plane. Worker nodes use tokens to join the cluster. The certificates can be stored in ansible-vault or they will be put to the local machine (where ansible was launched).

Install

ansible-galaxy role install git+https://github.com/sergelogvinov/ansible-role-kubernetes.git,main

Usage

ansible-role-kubernetes's People

Contributors

sergelogvinov avatar

Stargazers

 avatar

Watchers

 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.