Relay70

Tag: Fedora

  • Docker Image Modification

    Docker Image Modification

    Two ways to modify an existing docker image. The first way is a standard docker build.The second way is in case you don’t have the original image tar or the docker file.We will be using the standard Fedora docker image. 1 – Rebuilding with dockerfile Download image tar and dockerfile Update dockerfile Build the new…

  • 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…