Skip to content

Sample for a K8s operator using zalando kopf. This is for learning purposes only.

Notifications You must be signed in to change notification settings

Tazminia/k8s-operator-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes operator

Description

This project was created for learning purposes. It aims to implement a Kubernetes operator to learn how it works.

The operator will create a webserver based on type which can be:

  • Nginx
  • Apache tomcat

A webserver consists of:

  • Pod
  • Service

The implementation is based on zalando's kopf

The code is highly inspired from Luc Juggery's medium post

About

Sample for a K8s operator using zalando kopf. This is for learning purposes only.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages