4 comments on “Kubernetes (6) – HTTPS Applications via Ingress Controller on Minikube”

Kubernetes (6) – HTTPS Applications via Ingress Controller on Minikube

In this blog post, we will show how to create Kubernetes HTTPS applications with a redirection from HTTP to HTTPS. For that, we will create a and mount a self-signed wildcard certificate to an NginX-based Kubernetes ingress controller. We will…

7 comments on “Kubernetes (5) Local Persistent Volumes – A Step-by-Step Tutorial”

Kubernetes (5) Local Persistent Volumes – A Step-by-Step Tutorial

Kubernetes local volumes go beta. However, what is it, a Kubernetes local volume? Last time, we have discovered, how to use Kubernetes hostPath volumes. However, we also have seen, that hostPath volumes work well only on single node clusters. Here,…

6 comments on “Kubernetes (3) – Installing a Kubernetes Cluster with kubeadm”

Kubernetes (3) – Installing a Kubernetes Cluster with kubeadm

In the blog post, we will learn how to create a kubernetes cluster with the help of kubeadm. We will deploy a Kubernetes master on a CentOS system before we will join a second CentOS system as Kubernetes Node. After describing…