Docker

Write an awesome doc for Docker, Docker Compose, and everything else in this domain. You can find invaluable examples and explanations here. I am trying to keep it up to date and relevant too. BTW if you also have a cool idea, or example open a PR/issue/discussion.

View on GitHub

Nginx + k8s

In Kubernetes you can create a pod like this:

kubectl apply -f pod.yaml
kubectl get pods
kubectl describe pods nginx

Deployment

To deploy a replicated nginx pod you can follow instruction here

Replication

To learn about how to replicate nginx in k8s.