Skip to content

nodamu/visitors-app-kubernetes-operator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visitors App Operator

  • This is an example operator to learn how to build custom controller to manage stateful application on kubernetes
  • Manages a basic React, Django, MySQL app

Installation

  • To run locally (outside a cluster)
make install run
  • To build image and push to registry
make docker-build docker-push IMG=${IMAGE_NAME}:${TAG}
  • To deploy to a cluster
 make deploy
  • To remove operator from cluster
make undeploy

Resources

About

Visitors App Kubernetes operator

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published