User Tools

Site Tools


burim:kubernetes

Microsoft Kubernetes

IP addressing GCP blog

Kubernetes Cluster

minkube

kubernetes in raspberry pi

Headline

Good guide on kubernetes setup

Cluster FS

kuberenetes inside lxd

 lxc launch ubuntu: kub-node01 -c security.privileged=true -c security.nesting=true -c linux.kernel_modules=ip_tables,ip6_tables,netlink_diag,nf_nat,overlay -c raw.lxc=lxc.apparmor.profile=unconfined
lxc launch ubuntu: kub-cluster -c security.privileged=true -c security.nesting=true -c linux.kernel_modules=ip_tables,ip6_tables,netlink_diag,nf_nat,overlay,bridge,br_netfilter,configs -c raw.lxc=lxc.apparmor.profile=unconfined
sudo lxc launch --profile default --profile kubernetes ubuntu: kbu-cluster01

setup examples

https://sleeplessbeastie.eu/2020/10/07/how-to-install-kubernetes-on-lxd/

https://uthark.github.io/post/2020-09-02-installing-kubernetes-raspberrypi/

https://pixelrobots.co.uk/2021/03/building-a-raspberry-pi-kubernetes-cluster-on-ubuntu-20-04-using-kubeadm-and-containerd-as-the-runtime/

  • google key
curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add

ip yaml

network:
    version: 2
    ethernets:
        eth0:
           dhcp4: false
           addresses: [10.11.18.201/24]
           gateway4: 10.11.18.1
           nameservers:
              addresses: [10.11.18.1]
burim/kubernetes.txt · Last modified: 2025/09/22 10:07 by burim

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki