> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rasmusj.dk/llms.txt
> Use this file to discover all available pages before exploring further.

# Kubernetes Resources & Guides

## Key Kubernetes Tools & Learning Materials

<CardGroup cols={2}>
  <Card title="Kubenomicon" href="https://kubenomicon.com/">
    A book of Kubernetes patterns and best practices.
  </Card>

  <Card title="Karmada" href="https://karmada.io/">
    Open-source multi-cloud multi-cluster Kubernetes orchestration.
  </Card>

  <Card title="Kubernetes Goat" href="https://madhuakula.com/kubernetes-goat/">
    A deliberately vulnerable Kubernetes cluster to learn security.
  </Card>

  <Card title="KubeCampus" href="https://kubecampus.io/">
    Interactive Kubernetes tutorials and learning platform.
  </Card>

  <Card title="Demystifying High Availability in Kubernetes Using Kubeadm" href="https://medium.com/velotio-perspectives/demystifying-high-availability-in-kubernetes-using-kubeadm-3d83ed8c458b">
    Article on setting up HA Kubernetes clusters with Kubeadm.
  </Card>

  <Card title="Single-node Kubernetes on Home Lab using MicroK8s, Metallb, and Traefik" href="https://pacroy.com/single-node-kubernetes-on-home-lab-using-microk8s-metallb-and-traefik-7bb1ea38fcc2">
    Guide for a single-node K8s setup for home labs.
  </Card>

  <Card title="k8s-diagrams" href="https://github.com/Trois-Six/k8s-diagrams">
    A collection of Kubernetes architecture diagrams.
  </Card>
</CardGroup>
