by PowerodIT | Nov 5, 2019 | Allgemein
Make your Kubernetes services accessible outside the cluster using DNS names and well-known ports This guide is about how to set up a basic web application called echoheaders in our Kubernetes cluster and making it accessible to the outside world by a DNS address on...
by PowerodIT | Nov 5, 2019 | Allgemein
Learn how you can persist data independently from the pod lifecycle with a hands on example application In my previous guide Kubernetes Patterns: Stateless Applications we managed to set up a basic guestbook application. But what about applications which need to...
by PowerodIT | Nov 5, 2019 | Allgemein
Get hands on experience by deploying a typical back end/ front end sample application This guide will show you how to set up a basic web application with database connectivity. In this case we will set up a PHP/Redis application, which on deletion will completely...
by PowerodIT | Nov 5, 2019 | Allgemein
We will be setting up a complete all in one kubernetes cluster on a bare metal server in a virtual machine. The kubeadm setup tool is an automated way of setting up a test ready kubernetes master and adding additional nodes to the cluster. By starting this way we...
Recent Comments