Control Ubuntu from Kubernetes
Imagine a world where your Kubernetes nodes can be managed and controlled from primitives that represent desired intent and are constantly reconciled. This project initially looks at the package management system and kernel modules for Ubuntu as an example of how this can be built upon.
Control your underlying Ubuntu distribution through Kubernetes....
- Kernel module support
- APT Package system support
- Snap Package system support
- Improvements to package system support
Two step installation process.
- Installing the host-relay on all hosts
- Installing the Operator in cluster once.
make install-relay
make install # Uploads the CustomResourceDefinitions into your cluster
make deploy