IT

Create VMs using Vagrant (for Kubernetes cluster setup)

Prerequisites install virtualbox (https://www.virtualbox.org/wiki/Downloads) install vagrant (https://developer.hashicorp.com/vagrant/downloads) Steps Step 1 : clone github repository https://github.com/hellich/certified-kubernetes-administrator-course Step 2 : provision VMs (will create 3 nodes: 1 master and 2 workers) $ vagrant up $ vagrant status $ vagrant statusCurrent machine states: kubemaster running (virtualbox)kubenode01 running (virtualbox)kubenode02 running (virtualbox) Step 3 : connect via ssh to one …

Create VMs using Vagrant (for Kubernetes cluster setup) Read More »

Install minikube on Windows 10 Pro (through VirtualBox)

Download minikube latest version from here : https://minikube.sigs.k8s.io/docs/start/ Command : returned this error message : Even though Virtualisation is enabled on BIOS level. After checking this github issue : https://github.com/kubernetes/minikube/issues/3900 The command that worked for me is : Now check if minkube is running :

Secure your Elasticsearch cluster “for free” with Searchguard

intro If you want to secure your Elasticsearch cluster, you may use Shield (X-Pack component) , however, in order to use it, you need to pay 🙁 Another solution can be used in order to secure your Elasticsearch cluster “for free” 😀 ==> Search guard Search guard offers the possibility to secure your Elasticsearch for …

Secure your Elasticsearch cluster “for free” with Searchguard Read More »