https://github.com/lcostea/sample-controller-workshop
https://github.com/lcostea/sample-controller-workshop
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lcostea/sample-controller-workshop
- Owner: lcostea
- Created: 2020-03-28T18:06:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-01T11:40:06.000Z (about 5 years ago)
- Last Synced: 2025-02-16T19:17:45.102Z (4 months ago)
- Language: Go
- Size: 24.9 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Controller Workshop
Prerequisites:
- git needs to be installed
- go, at least version 1.13
- have access to a simple IDE, I will be using Visual Code (https://code.visualstudio.com)
- also check and install the go extensions avilable for your IDE
- most of the commands we will perform will be done in a shell, for windows powershell would be better than cmd
- have access to a kubernetes cluster, doesn't matter local or remote. For local you could use:
- minikube https://github.com/kubernetes/minikube
- kind https://github.com/kubernetes-sigs/kind