https://github.com/krisnova/kryptid
Kubernetes on Arch Linux
https://github.com/krisnova/kryptid
Last synced: about 1 year ago
JSON representation
Kubernetes on Arch Linux
- Host: GitHub
- URL: https://github.com/krisnova/kryptid
- Owner: krisnova
- License: mit
- Created: 2022-05-21T12:46:16.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-20T13:08:22.000Z (almost 4 years ago)
- Last Synced: 2025-03-27T19:39:46.857Z (over 1 year ago)
- Language: Shell
- Size: 11.6 MB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kyrptid
---
Please help me become an independent programmer by donating directly to my `ko-fi` site below.
[](https://ko-fi.com/D1D8CXLHZ)
---
An opinionated Kubernetes distribution specifically for Arch linux.
### bin
In here you will find many useful bash scripts for setting up kube.
```
# Used to bootstrap a new cluster
./bin/karch-init
# Used to provision CNI in a new cluster
./bin/karch-cni
```
### make
Here is the bulk of my work. Use the Makefile to build the Kubernetes components and start the systemd services.
```
make
sudo -E make install
sudo -E make enable start
```
### Cilium CLI
Suggest using Cilium CNI
```
make cilium-cli
sudo -E make install_cilium_cli
./bin/kryptid-cni-cilium
```