https://github.com/niveshsunny/go-app
Golang application deployed on Kubernets Cluster Complete CI/CD
https://github.com/niveshsunny/go-app
argocd git github-actions grafana helm-charts ingress-nginx k8s kops-cluster prometheus
Last synced: 3 months ago
JSON representation
Golang application deployed on Kubernets Cluster Complete CI/CD
- Host: GitHub
- URL: https://github.com/niveshsunny/go-app
- Owner: niveshsunny
- Created: 2024-08-29T21:00:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T21:54:50.000Z (almost 2 years ago)
- Last Synced: 2025-01-05T23:42:16.134Z (over 1 year ago)
- Topics: argocd, git, github-actions, grafana, helm-charts, ingress-nginx, k8s, kops-cluster, prometheus
- Language: HTML
- Homepage:
- Size: 197 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Web Application
This is a simple website written in Golang. It uses the `net/http` package to serve HTTP requests.
## Running the server
To run the server, execute the following command:
```bash
go run main.go
```
The server will start on port 8080. You can access it by navigating to `http://localhost:8080/courses` in your web browser.
## Looks like this
