https://github.com/devops-ws/learn-pipeline-go
This is a very simple HTTP server written by golang.
https://github.com/devops-ws/learn-pipeline-go
demo flux learning
Last synced: 8 months ago
JSON representation
This is a very simple HTTP server written by golang.
- Host: GitHub
- URL: https://github.com/devops-ws/learn-pipeline-go
- Owner: devops-ws
- License: mit
- Created: 2019-09-27T01:20:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-07T01:21:23.000Z (almost 3 years ago)
- Last Synced: 2025-04-13T10:58:17.759Z (12 months ago)
- Topics: demo, flux, learning
- Language: Go
- Homepage:
- Size: 581 KB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://hub.docker.com/r/devopsws/go-server/tags)
This is very simple HTTP server written by golang.
## Get started
Start it by following command:
`docker run --rm -p 8080:80 devopsws/go-server:latest`
then you can visit it via: `curl http://localhost:8080`
## APIs
This project offers the following APIs:
| Path | Description |
|---|---|
| `/` | Print a hello world message. |
| `/version` | Print the version of this project. |
## Flux
Please go into the directory [flux](flux) if you like to try it.
## Argo Rollouts
See also [Argo Rollouts](https://github.com/devops-ws/argo-rollouts-guide) related files [here](argo/rollouts/).