Projects with this topic
-
Three Go microservices (API Gateway, Books, Movies) deployed on a Kind Kubernetes cluster, with CPU and memory resource management. Per-container requests and limits, plus a LimitRange and a ResourceQuota to cap namespace consumption.
Updated -
Built around a small Go web service, packaged with a multi-stage Dockerfile and Docker Compose for reproducible local runs. It exposes a /healthz endpoint wired to the container's, healthcheck, demonstrating containerization best practices.
Updated -
Deploying a Go microservices application on Kubernetes (kind).
Updated -
Local Kubernetes lab: deploy nginx (3 replicas) on a KIND cluster and expose it to the host machine through a Service.
Updated -
TP Simplon ~ A small Go (Gin) REST API backed by MongoDB, orchestrated with Docker Compose. The app is scaled across multiple replicas behind an HAProxy load balancer.
Updated -
TP Simplon ~ Déploiement continu de l'app Flask sur Azure Container Apps via GitLab CI, authentifié en OIDC (sans secrets).
Updated