Relay70

Tag: Kubernetes

  • Kubernetes – MetalLB

    Kubernetes – MetalLB

    Installing and configuring metalLB load balancer onto a new Kubernetes cluster.After configuration we will build a simple nginx service that will use an IP from the metalLB ip pool. Prepare Kubernetes for MetalLB install Install MetalLB manifest Check for installation Create your Kubernetes CR (custom resource) Apply the new IPAddressPool CR type. Verify IPAddressPool CR…

  • Kubernetes on Fedora

    Kubernetes on Fedora

    Commands listed are required to install, configure, and start a basic Kubernetes cluster. Watch for where each command needs to be run. Some on the Kubernetes master, some on the nodes, most on both.Reference:https://github.com/relay70/Kubernetes-Install-Fedorafor the config files. There is also an Ansible script there if that executes these same commands. Disable Swap / Disable Firewalld…