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: 4 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-28T11:33:47.000Z (about 5 years ago)
- Last Synced: 2025-01-19T18:14:54.844Z (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