Weather App Screenshots

Live deployment screenshots and Kubernetes cluster details

← Back to Portfolio

Live Weather Application

Frontend interface deployed on Google Kubernetes Engine showing real-time weather data

Weather App Interface

Kubernetes Services

kubectl get services showing LoadBalancer and ClusterIP service configurations

Kubernetes Services

Running Pods

kubectl get pods displaying frontend and backend deployments with running status

Kubernetes Pods

Deployment Architecture

Frontend Service

  • Nginx web server
  • LoadBalancer service type
  • External IP: 34.118.239.207

Backend Service

  • Node.js Express API
  • ClusterIP service type
  • Internal communication only