Please read if you are running OpenShift (or any Enterprise Kubernetes really) on-premises in production: 45 pages of fun.
The VMware blog entry has the full verbiage and includes Enterprise PKS best practice as well:
https://blogs.vmware.com/apps/2019/11/best-practices-for-enterprise-kubernetes-on-the-vmware-sddc.html
Sunday, December 1, 2019
Subscribe to:
Posts (Atom)
kuard on OpenShift
A quick way to onboard the handy "Kubernetes Up and Running" kuard application on OpenShift: curl https://raw.githubusercontent....
-
Today, I will address a common need on any mission-critical OpenShift on-premises environment: how to take the backup of etcd objects and be...
-
In the previous post , I showed you how to create a CRD from scratch along with validators and mutators. Now it is time to show how to enabl...
-
Here is a tutorial that I wrote on how to create from scratch using kubebuilder a simple CRD with a controller with webhooks. Gotta say tha...