https://github.com/inadarei/hellogo
Tiny Hello App in Go for Container testing
https://github.com/inadarei/hellogo
Last synced: 7 months ago
JSON representation
Tiny Hello App in Go for Container testing
- Host: GitHub
- URL: https://github.com/inadarei/hellogo
- Owner: inadarei
- Created: 2022-10-16T18:33:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-19T04:21:21.000Z (almost 3 years ago)
- Last Synced: 2025-02-03T14:28:50.077Z (8 months ago)
- Language: Smarty
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hellogo
[](https://artifacthub.io/packages/search?repo=ms-hello-test)Tiny Containerized Hello App in Go for Kubernetes testing on Arm or Intel architectures.
## Requirements
Working Kubernetes installation and optionally LoadBalancer
## Usage as a Helm Chart
```shell
> helm repo add irakli https://raw.githubusercontent.com/inadarei/hellogo/main/charts/
> helm repo update irakli
> helm install irakli-test irakli/ms-hello-web
```## Detailed Usage
```shell
# deploy the service
> make kube-deploy
# check deployment
> kubectl get deployments
# expose service to public via load-balancer
> make kube-expose
# check new public service
> kubectl get services
```