Skip to content

Instantly share code, notes, and snippets.

@pydevops
Forked from smileisak/operators.md
Last active September 1, 2023 00:41
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save pydevops/4466612760ed25fe00bc18c163a86bdc to your computer and use it in GitHub Desktop.
Save pydevops/4466612760ed25fe00bc18c163a86bdc to your computer and use it in GitHub Desktop.
k8s crd operator

Some useful resources regarding Kubernetes Operators, CRDs, etc.

Interesting blog posts from Cloudark

Other stuff

  • Couldn't get dep to work with client-go, so we used these simple scripts from @ahmetb to vendor the dependencies
@pydevops
Copy link
Author

pydevops commented Dec 20, 2018

@pydevops
Copy link
Author

pydevops commented Dec 28, 2018

@pydevops
Copy link
Author

kubectl get --raw /apis/influxdata.com/v1alpha1 | python -m json.tool

@pydevops
Copy link
Author

pydevops commented Sep 26, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment