Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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