Samplecontroller Save Abandoned

a demo of how to run a python custom controller with crd on kubernetes

Project README

samplecontroller repository

This is a simple controller to demonstrate how to interact within kubernetes using python api and custom resource definitions

Requisites

  • a running kubernetes/openshift cluster

Running

on minikub/gce

kubectl run samplecontroller --image=karmab/samplecontroller --restart=Always
kubectl run sampleui --image=karmab/sampleui
kubectl expose deployment sampleui --port=9000 --target-port=9000 --type=LoadBalancer
  • on openshift ( enough privileges needed as i m checking guitars cluster wide)
oc new-project guitarcenter
oc adm policy add-cluster-role-to-user cluster-admin -z default -n guitarcenter
oc new-app karmab/samplecontroller

Note that the guitar custom resource definition gets created when launching the controller

How to use

Create some guitars and see the review made for you

oc create -f crd/stratocaster.yml
oc create -f crd/lespaul.yml
oc get guitars -o yaml

UI

To ease testing, you can also use the provided UI to list, create and delete guitars

oc new-app karmab/sampleui
oc expose svc sampleui

BONUS

You can also have a look at initializer for extra code around Initializers

Also, if you prefer to use kopf, you can use the code in kopf_handler.py

Copyright 2017 Karim Boumedhel

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Problems?

Send me a mail at [email protected] !

Mc Fly!!!

karmab

Open Source Agenda is not affiliated with "Samplecontroller" Project. README Source: karmab/samplecontroller
Stars
74
Open Issues
0
Last Commit
10 months ago

Open Source Agenda Badge

Open Source Agenda Rating