usernetes
Kubernetes without the root privileges
File Explorer
Download Latest Version (.zip)- image.yaml
- lint.yaml
- main.yaml
- reusable-k8s-in-k8s.yaml
- reusable-multi-node.yaml
- reusable-single-node.yaml
- dependabot.yml
- cni-plugins-v1.9.1
- flannel-v0.28.8
- helm-v4.2.3
- etc_udev_rules.d_90-flannel.rules
- u7s-entrypoint.sh
- multi-tenancy.png
- create-cluster-lima.sh
- create-outer-cluster-lima.sh
- README.md
- test-smoke.sh
- install-nerdctl.sh
- install-podman.sh
- init-host.root.sh
- init-host.rootless.sh
- README.md
- Makefile
- README.md
- usernetes.yaml
- check-preflight.sh
- detect-container-engine.sh
- install-flannel.sh
- node-subnet.sh
- sync-external-ip.sh
- .dockerignore
- .gitignore
- docker-compose.yaml
- Dockerfile
- kubeadm-config.yaml
- LICENSE
- Makefile
- README.md
π Installation Guide
git clone https://github.com/rootless-containers/usernetes
Downloads the entire project code from GitHub to your computer.
cd usernetes
Moves into the project folder you just downloaded.
2. Docker
Easy Recommended- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
curl -o install.sh -fsSL https://get.docker.com
Type this command into your terminal and run it.
Pulled directly from this repo's README.
3. Make
Medium- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make up
Compiles the code based on the generated build configuration to produce an executable.
make kubeadm-init
Compiles the code based on the generated build configuration to produce an executable.
make install-flannel
Compiles the code based on the generated build configuration to produce an executable.
make kubeconfig
Compiles the code based on the generated build configuration to produce an executable.
make join-command
Compiles the code based on the generated build configuration to produce an executable.
Pulled directly from this repo's README.
