Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prabdeb/simple-go-server
This is a simple GO server to display basic OS informations
https://github.com/prabdeb/simple-go-server
go golang golang-server sample sample-app
Last synced: about 1 month ago
JSON representation
This is a simple GO server to display basic OS informations
- Host: GitHub
- URL: https://github.com/prabdeb/simple-go-server
- Owner: prabdeb
- License: apache-2.0
- Created: 2019-02-05T14:06:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-28T11:33:47.000Z (over 4 years ago)
- Last Synced: 2024-06-19T04:25:57.797Z (6 months ago)
- Topics: go, golang, golang-server, sample, sample-app
- Language: Go
- Size: 38.1 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-go-server
This is a simple GO server to display basic OS information, useful for testing deployment setup with less spent in Memory/CPU
## Docker Execution
```sh
docker run --rm -it -p 8080:8080 prabdeb/simple-go-server:latest
```## Helm Installation
```sh
cd helm/simple-go-server
helm install --name sample-app .
```## Kustomize Installation
```sh
kubectl apply -k kustomize/
```**Note:** Kustomize is available on kubectl v1.14