Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-07T01:21:23.000Z (over 1 year ago)
- Last Synced: 2024-06-21T18:04:14.348Z (5 months ago)
- Topics: demo, flux, learning
- Language: Go
- Homepage:
- Size: 581 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![Docker Pulls](https://img.shields.io/docker/pulls/devopsws/go-server.svg)](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/).