An open API service indexing awesome lists of open source software.

https://github.com/jackieluc/learning-docker-kubernetes

Learning Docker and Kubernetes
https://github.com/jackieluc/learning-docker-kubernetes

containers docker docker-compose k8s kubernetes learning-docker learning-kubernetes

Last synced: 8 months ago
JSON representation

Learning Docker and Kubernetes

Awesome Lists containing this project

README

          

# learning-docker

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

## Table of Contents

- [Dockerizing a simple app](#dockerizing-a-simple-app)
- [Dockerizing multiple apps](#dockerizing-multiple-apps)
- [Kubernetes](#kubernetes)

## Dockerizing a simple app

See [simple-react-app](./simple-react-app/README.md) for building `create-react-app` with Dev and Production (multi-step) containers and running with Docker Compose.

## Dockerizing multiple apps

See [complex-apps](./complex-multiple-apps/README.md) for building `create-react-app`, an `express` server, and a `redis` cache worker containers.

## Kubernetes

See [simple-k8s](./simple-k8s/README.md) for a simple Kubernetes cluster for managing multiple containers.