Tagged: DevOps

Kubernetes Logo 3

Minikube: Try Kubernetes on Windows without headaches

Kubernetes is the leading container orchestration software. After winning the so-called container war, Kubernetes affirmed itself as the leader in its field. However Kubernetes is complex, really complex if you’re just getting started. If you want...

OpenShift Logo 11

MiniShift setup on Windows: OpenShift on Windows

OpenShift is a great PaaS platform by Red Hat that leverages container technologies such as Docker and Kubernetes. If you want to try OpenShift but don’t want to set up a real, full-blown cluster this solution...

OpenShift Logo 0

OpenShift: the ultimate guide to the ultimate PaaS

OpenShift is a PaaS platform produced by Red Hat that leverages container technologies such as Docker and Kubernetes. With its outstanding features that allow both developers and administrators to meet halfway, OpenShift is a solid infrastructure...

Docker Logo 0

Docker compose: what is it? How can you use it?

Docker compose (also called docker-compose) is a tool for designing and running multi-container applications. Following Docker‘s one application per container it is difficult to create or to containerize applications that have multiple components or servers. Thanks...

Kubernetes Logo 1

What is Kubernetes?

Kubernetes is an orchestration tool that provides many important features like: scaling, scheduling, self-healing, load balancing, cluster management and monitoring to a container solution, usually Docker. “What th-?” If you’re about to say that, this is...