This guide will go through step-by-step how to deploy the popular reverse proxy / edge router Traefik v.1.7.14 as an ingress controller routing web traffic in a Kubernetes cluster. Prerequisite A Kubernetes cluster up and running on DigitalOcean. Knowledge about deployments, services, ingresses, secrets and rbac. This tutorial will use DigitalOcean Kubernetes however this can […]
Kubernetes Pods
Pod resources are the smallest components in the cluster eco-system that can be deployed. A pod is an abstract way to define a group of containers (ie Docker) with shared storage/network that shares the same namespace and acts together as “one unit”. The contents of pods are tightly coupled and are always co-located and co-scheduled […]