HON’s Wiki # Kubernetes

Home / Containers

Contents

Information

Control Plane Components

Node Components

Miscellanea

Setup

  1. Install:
    • Arch Linux: yay -S kubectl
  2. (Optional) Setup command completion:

Usage

Cilium

Setup (Self-Hosted)

TODO

Usage

Alternative Variants

Minikube

Minikube is local Kubernetes, focusing on making it easy to learn and develop for Kubernetes.

Setup

  1. See: minikube start (minikube docs)
  2. Add kubectl symlink: sudo ln -s $(which minikube) /usr/local/bin/kubectl
  3. Add command completion: See normal k8s setup instructions.

Usage


hon.one | HON95/wiki | Edit page