Kubernetes – create a configuration backup with kubectl
This article intends to explain how to create a configuration backup of an helm installed application via kubectl. The best way to install an application in Kubernetes is helm. So …
DevOps | Kubernetes | Configuration Management
This article intends to explain how to create a configuration backup of an helm installed application via kubectl. The best way to install an application in Kubernetes is helm. So …
Today I came across a new little problem: Configuring a MutatingWebhookConfiguration for Nginx ingress controller. The example looks like this: See that caBundle thing? The value needed here has to …
Anyone following my quest to migrate to Kubernetes has been reading about the thoughts and problems encountered about dealing with a cost-effective and valid storage back-end. I ended up simply …
Since a while I am on a quest to move my legacy cloud to Kubernetes and posted about this already here, here and here. So far I can say that …
During my quest to move to Kubernetes I seem to run into one issue after the next. Since I was unable to get Calico to work at all due to …
Serving an application in Kubernetes via https requires an openssl key and secret, so you can prove that the application can be trusted and the trafiic through the internet can …
A few days ago I had posted part 1 of my quest to move my cloud to Kubernetes. Now the next parts need to be done, namely choosing the right …
Earlier today I wrote an introduction to my new blog series about migrating to Kubernetes. This is the next installment, we’ll be talking about setting up a Kubernetes storage facility …
Are you interested in migrating to Kubernetes? Well, I am let me tell ya’ll about it. I have been around in IT since more than 25 years, in different areas, …
Sometimes we need to be able to resolve external ip addresses from within a pod. Let’s say you run something like WordPress, Nextcloud etc. within Kubernetes, and you want to …