# README
Ubuntu Operator

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.
Project status: Alpha/Conceptual/POC/Functional-but-not-for-production
Control your underlying Ubuntu distribution through Kubernetes....
Roadmap
- Kernel module support
- APT Package system support
- Snap Package system support
- Improvements to package system support
Installation
Two step installation process.
- Installing the host-relay on all hosts
- Installing the Operator in cluster once.
Host-relay
make install-relay
Operator
make install # Uploads the CustomResourceDefinitions into your cluster
make deploy
# Packages
No description provided by the author
No description provided by the author
No description provided by the author