Jan 3, 2020 | Cloud Native, Kubernetes, Tips
(Jan. 3 2020) – This quick video explains how you configure Kubernetes pods to control Kubernetes itself with raw API calls. Most users interact with Kubernetes using kubectl. kubectl itself is a sophisticated wrapper for “curl” and communicates with a...
Dec 19, 2019 | Cloud Native, Kubernetes
(Dec. 19 2019) – Deploying an application on Kubernetes can require a number of related deployment artifacts or spec files: Deployment, Service, PVCs, ConfigMaps, Service Account — to name just a few. Managing all of these resources and relating them to...