You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Microservices-based weather application. The implementation involves creating two microservices: one for fetching weather data and another for displaying it. The primary objectives include containerizing these microservices using Docker, deploying them to a Kubernetes cluster, and accessing them through Nginx.
Kubernetes Minikube Project Overview This project demonstrates how to set up and use Minikube, a tool that runs a single-node Kubernetes cluster locally. Minikube is ideal for development, testing, and learning purposes, providing a convenient way to explore Kubernetes features without needing a full-scale cluster.