An open API service indexing awesome lists of open source software.

https://github.com/cloud-native-skunkworks/ubuntu-operator

Control Ubuntu from Kubernetes.
https://github.com/cloud-native-skunkworks/ubuntu-operator

kubernetes operator ubuntu

Last synced: 18 days ago
JSON representation

Control Ubuntu from Kubernetes.

Awesome Lists containing this project

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

![license](https://img.shields.io/github/license/cloud-native-skunkworks/ubuntu-operator)
![tags](https://img.shields.io/github/v/tag/cloud-native-skunkworks/ubuntu-operator)
![build](https://img.shields.io/github/workflow/status/cloud-native-skunkworks/ubuntu-operator/Docker%20Image%20CI)

![cs](images/code-example.png)

Control your underlying Ubuntu distribution through Kubernetes....

![arch](images/arch.png)

## Roadmap

- [x] Kernel module support
- [x] APT Package system support
- [x] Snap Package system support
- [ ] Improvements to package system support

## Installation

Two step installation process.
1. Installing the host-relay on all hosts
2. Installing the Operator in cluster once.

### Host-relay

`make install-relay`

### Operator
```
make install # Uploads the CustomResourceDefinitions into your cluster
make deploy
```