Author Archives: Abhradip Mukherjee

Kubernetes Cheat Sheet

Cluster Introspection 1 2 3 4 5 6 7 kubectl get services                # List all services kubectl get pods                    # List all pods kubectl get nodes -w                # Watch nodes continuously kubectl version                    …
Continue Reading

Docker Cheat Sheet

Docker Cheat Sheet   Want to improve this cheat sheet? See the Contributing section! Table of Contents Why Docker Prerequisites Installation Containers Images Networks Registry and Repository Dockerfile Layers Links Volumes Exposing…
Continue Reading
12