Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-01T11:40:06.000Z (over 4 years ago)
- Last Synced: 2024-06-20T09:23:09.548Z (6 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