Go DevOps Web is a lightweight Golang-based web application showcasing core DevOps and cloud-native practices. It serves static HTML pages, is fully containerized, and integrates automated CI/CD pipelines alongside Kubernetes deployment options.
- Language & Framework: Go (net/http for routing and serving static content)
- Containerization: Docker (multi-stage builds, distroless runtime)
- Continuous Integration/Delivery: GitHub Actions (automated testing and image builds)
- Orchestration: Kubernetes (raw manifests for Deployment & Service)
- Package Management: Helm (templated chart for configurable deployment)
- Web Assets: HTML & CSS (static pages under
static/directory)