Todo API Screenshots

Live deployment screenshots and Kubernetes cluster details

← Back to Portfolio

Kubernetes Services

kubectl get services showing PostgreSQL, Redis, and Todo API service configurations on GKE

Kubernetes Services

Todo API Response

curl request to the live Todo API showing JSON response with todo items from PostgreSQL database

Todo API Response

Health Check Endpoint

curl request to /health endpoint demonstrating application health monitoring and readiness probes

Health Check Response

Running Pods

kubectl get pods displaying PostgreSQL, Redis, and Todo API deployments with running status

Kubernetes Pods

Deployment Architecture

Todo API Service

  • Node.js Express API
  • LoadBalancer service type
  • External IP: 34.66.35.107

Database Services

  • PostgreSQL persistent storage
  • Redis caching service
  • ClusterIP internal communication