\# Kubernetes Minikube Project
## Overview
This project demonstrates a basic Kubernetes deployment using Minikube. It includes deploying an application using Kubernetes Deployment and Service.
## Tools Used
- Kubernetes (Minikube)
- Docker
- kubectl
- Git & GitHub
## Features
- Deployment of application using Kubernetes
- Service to expose application
- Basic scaling using replicas
- Local Kubernetes setup using Minikube
## How to Run
Start Minikube:
minikube start