Giter VIP home page Giter VIP logo

kubernetes-the-alta3-way's Introduction

Kubernetes The Alta3 Way

This playbook walks you through setting up Kubernetes the Alta3 way. This guide is a fully automated command to bring up a Kubernetes cluster using Ansible.

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

Kubernetes The Alta3 Way is used extensively within the student lab environments for Alat3's Kubernetes Bootcamp. In this course each student has access to their own high availability Kubernetes environment capable of demonstrating all of the โ€œK8sโ€ features and components used in CKAD and CKA certifications (Certified Kubernetes Application Developer, Certified Kubernetes Administrator).

Copyright

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

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 Alta3 Way guides you through bootstrapping a highly available Kubernetes cluster with:

  • A highly available control plane backed by etcd
  • End-to-end TLS encryption between components
  • RBAC authenticated services and users
  • Isolated and default-deny networking

Components and versions:

k8s_version: "1.23.4"       # https://kubernetes.io/releases/#release-v1-23
etcd_version: "3.5.2"       # https://github.com/etcd-io/etcd/releases
cni_version: "1.0.1"        # https://github.com/containernetworking/cni/releases
containerd_version: "1.6.1" # https://github.com/containerd/containerd/releases
cri_tools_version: "1.23.0" # https://github.com/kubernetes-sigs/cri-tools
cfssl_version: "1.6.1"      # https://github.com/cloudflare/cfssl/releases
runc_version: "1.1.0"       # https://github.com/opencontainers/runc/releases
coredns_version: "1.9.0"    # https://github.com/coredns/coredns/releases
calico_version: "3.22.1"    # https://github.com/projectcalico/calico/releases
helm_version: "3.8.0"       # https://github.com/helm/helm/releases

kubernetes-the-alta3-way's People

Contributors

seaneon avatar bryfry avatar sfeeser avatar sgriffith3 avatar bicyclewalrus avatar rzfeeser 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.