Skip to content
#

kubernetes-controller

Here are 175 public repositories matching this topic...

botkube
smanpathak
smanpathak commented Jul 24, 2018

Currently, we have a simple approach where the operator simply watches the namespace it was created in. But in larger env, multi-namespaces are common. To create mysql cluster in any namespace, we broadly have two approaches (1) Make mysql-operator watch and create mysql clusters in any namespace (2) Continue with current model.
However, current approach is problematic when multiple namespaces ar

davemasselink
davemasselink commented Aug 9, 2019

Is your feature request related to a problem? Please describe.
The existing example workflows are all quite simple. They don't well represent a real-world workflow.

Describe the solution you'd like
There should be a new workflow example in the examples/ directory which carries out the following steps:

  • create namespace
  • create deployment
  • delete deployment
  • delete namespace

Improve this page

Add a description, image, and links to the kubernetes-controller topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kubernetes-controller topic, visit your repo's landing page and select "manage topics."

Learn more