Category: Deployment, Kubernetes, Docker, nginx, github, yaml

This article is the first in a series of four blog posts. Our goal is to show how to set up a containerised application stack in Kubernetes with a simple CI/CD pipeline to manage the deployments.

The first step in building our Puzzle application is to set up Kubernetes and get comfortable with running containers in a pod.

Docker is one of the most widely used container technologies and works directly with Kubernetes.

is a command line interface (CLI) for Kubernetes and the way we will interface with our cluster.

Related Articles