AyushJakhmola / ohmyk8s-operator

Learn about developing k8s operators using kube-builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ohmyk8s-operator

Learn about developing k8s operators using kube-builder.

What is a Kubernetes Operator?

Kubernetes Operator is an app-specific controller which extends the Kubernetes API to:

  • create
  • configure
  • manage

instances of complex applications. It incorporates the operational knowledge of the application, automating common tasks and facilitation of consistent and standardized way of deploying and running applications.

Agenda

flow

About

Learn about developing k8s operators using kube-builder

License:Apache License 2.0


Languages

Language:Go 75.9%Language:Makefile 20.8%Language:Dockerfile 3.3%