Tag Archives: minikube

ETCD Backup and Restore

In this post we’ll see how to perform a backup of the ETCD server and how to restore it afterwards. We are working with Minikube. First of all, lets see the how ETCD is configured looking at the manifest file … Continue reading

Posted in Kubernetes | Tagged , , , | Comments Off on ETCD Backup and Restore

Kubernetes Pipeline

Let’s explain an easy way to build an integration pipeline (CI) on Minikube. Launch Minikube If you don’t have Minikube running on your system, $ minikube start –memory 4000 –cpus 2 Wait for a few minutes, you’ll see something like. … Continue reading

Posted in Jenkins, Kubernetes | Tagged , , , , , | Comments Off on Kubernetes Pipeline