Skip to content

Instantly share code, notes, and snippets.

View mmaia's full-sized avatar
🎯
Focusing

Marcos mmaia

🎯
Focusing
  • Bitvavo
  • Netherlands
View GitHub Profile
@mmaia
mmaia / Very quick localhost kubernetes start
Last active April 4, 2024 15:22
Quick start guide to running Kubernetes localhost for development. A.K.A. -> No BS guide to local Kubernetes.
# Install the following on your machine
1. [Docker](https://docs.docker.com/get-docker/)
- Test with `docker version`
2. [kubectl](https://kubernetes.io/docs/tasks/tools/#kubectl)
- Test with: `kubectl version`
3. [kind](https://kubernetes.io/docs/tasks/tools/#kind)
- Test with: `kind version`
@afolarin
afolarin / docker-log-gist.md
Last active March 16, 2023 13:02
docker-logs