https://github.com/tty47/kind_golang
https://github.com/tty47/kind_golang
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tty47/kind_golang
- Owner: tty47
- Created: 2021-06-23T18:19:25.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-23T22:01:58.000Z (almost 4 years ago)
- Last Synced: 2025-02-14T10:43:46.514Z (3 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kind Golang
The following repository is a project structure which will deploy an application written in Golang to a kubernetes cluster using technologies such us Kubernetes, Docker, Kind, Golang, Shell Sript.
---
## Kind installation
```shell
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.11.1/kind-linux-amd64
chmod +x ./kind
mv ./kind /usr/local/bin/kind
```
---## Setup
You can use the Makefile to make your development tasks easy.
---
## Tools needed
- Kubectl: https://kubernetes.io/docs/reference/kubectl/kubectl/
- Kind: https://kind.sigs.k8s.io/docs/
- Docker: https://www.docker.com/
- Golang: https://golang.org/---
## Medium
Post in [Medium](https://medium.com/@joseramonmanes/k8s-kind-docker-registry-for-local-development-environments-dcdfa362f67b)
---
Jose Ramón Mañes