cloud-native-skunkworks / cnskunkworks-operator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ohmyyaml

cnskunkworks-operator

This repository provides a "beyond-the-basics" approach to implementing an operator without Operator SDK/Kubebuilder. The ambition it will help you understand the mechanics of what Operators do and don't actually do.

TL;DR Operators watch CRUD for specific resources and interact with the Kubernetes API.

Learn more about Operators here

Pre-requisites

  • This requires a connection to a kubernetes API ( For testing this could be Kind/Minikube etc)

About

License:MIT License


Languages

Language:Go 82.8%Language:Smarty 14.1%Language:Dockerfile 2.2%Language:Makefile 0.9%