Kubernetes
Install Kubernetes
Kubespray is a pre made ansible playbook for Kubernetes installation. In this Post I will show you how to use to install a new Kubernetes cluster.
Restrict access to OpenShift routes by IP address
In this post I will show you how can restrict access to the routes by source IP address.
Openshift: Run docker-compoe in Openshift
Kompose is a open source tool that uses docker-compose file to deploy on kubernetes. Openshift is also Kubernetes based and Kompose is support Openshift too.
Install MetalLB load balancer for Kubernetes
In this tutorial I will show you how to install Metal LB load balancer running on Kubernetes (k8s).
Tillerless helm2 install
It looks like it is not so hard to have Tillerless Helm. So let me go to more details.
Kubernetes Ceph RBD for dynamic provisioning
In this post I will show you how can you use CEPH RBD for persistent storagi on Kubernetes.
Kubernetes nginx ingress with helm
In this post I will show you how can you use install IngressControllert on Kubernetes with helm.
Install kubernetes with kubeadm
Kubeadm is a tool that helps you bootstrap a simple Kubernetes cluster and simplifies the deployment process.
Ansible Operator Overview
Operators make it easy to manage complex stateful applications on top of Kubernetes. In this pos I will show you how to read an ansible based Openshift operator.