https://github.com/urvishkapadiya/go-cloud-infra
Complete DevOps CI/CD Pipeline
https://github.com/urvishkapadiya/go-cloud-infra
argocd devops docker-container eks-cluster github-actions helm-charts kubernetes-cluster
Last synced: 5 months ago
JSON representation
Complete DevOps CI/CD Pipeline
- Host: GitHub
- URL: https://github.com/urvishkapadiya/go-cloud-infra
- Owner: urvishkapadiya
- License: apache-2.0
- Created: 2024-07-30T15:58:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T23:57:24.000Z (over 1 year ago)
- Last Synced: 2025-08-29T11:37:36.925Z (11 months ago)
- Topics: argocd, devops, docker-container, eks-cluster, github-actions, helm-charts, kubernetes-cluster
- Language: HTML
- Homepage:
- Size: 6.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/home` in your web browser.
## Complete DevOps CI/CD Pipeline
