https://github.com/tty47/k8s-api-go
Rest API written in Go, ready to deploy in a Kubernetes cluster
https://github.com/tty47/k8s-api-go
Last synced: about 1 month ago
JSON representation
Rest API written in Go, ready to deploy in a Kubernetes cluster
- Host: GitHub
- URL: https://github.com/tty47/k8s-api-go
- Owner: tty47
- Created: 2021-01-13T19:55:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-17T21:12:12.000Z (over 4 years ago)
- Last Synced: 2024-12-22T03:32:41.022Z (5 months ago)
- Language: Go
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# k8s-api-go
Rest API written in Go, ready to deploy in a Kubernetes cluster## Description
Rest API written in Go, ready to run in a Kubernetes cluster.
## API Spec
- GET /user/{id}
- POST /user
- DELETE /user/{id}# How it works
Use *Makefile* to build, deploy and test the API
In Makefile:
- make build: Build and push the image to the registry
- make deploy: Deploy the app to the cluster
- make test: Run test to check that the API works---
Jose Ramón Mañes