learning-docker-kubernetes

Learning Docker and Kubernetes

Stars
0

learning-docker

The goal of this project is to familiarize myself with Docker.

Table of Contents

Dockerizing a simple app

See simple-react-app for building create-react-app with Dev and Production (multi-step) containers and running with Docker Compose.

Dockerizing multiple apps

See complex-apps for building create-react-app, an express server, and a redis cache worker containers.

Kubernetes

See simple-k8s for a simple Kubernetes cluster for managing multiple containers.