Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

bitmaybewise/godays-2020-k8s-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoDays 2020 Kubernetes workshop

PodHealth Controller using kubebuilder

Create with

# we'll use a domain of example.com,
# so all API groups will be <group>.example.com.
$ kubebuilder init --domain example.com

# create a new API object for our simple operator
$ kubebuilder create api --group training --version v1alpha1 --kind PodHealth

## after implementing types
make manifests
make generate

To try out

# Connect to kubernetes cluster

# Install CustomResourceDefnitions
$ make install

# Run Operator locally
$ make run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published