MOTOSHARE 🚗🏍️
Turning Idle Vehicles into Shared Rides & Earnings
From Idle to Income. From Parked to Purpose.
Earn by Sharing, Ride by Renting.
Where Owners Earn, Riders Move.
Owners Earn. Riders Move. Motoshare Connects.
With Motoshare, every parked vehicle finds a purpose.
Owners earn. Renters ride.
🚀 Everyone wins.
1.What is Kubernet?
Cluster together group of hosts running linux container’s i.e container orchestrator and moreover it is a open source platform means anyone can access this tool

2.Why Kubernetes ??
Kubernetes is a portable,workload placement,infrastructure abstraction and desired state that facilitates both declarative configuration and automation.

3.Kubernetes Architecuture???
Kubernetes cluster consists of a set of worker machines, called nodes, that run containerized applications. Every cluster has at least one worker node. we have pod’s inside pod’s we have container’s and there are four component’s called as Master Linux:-
1.API-server 2. cluster store 3.kube-controller manager 4.kube-scheduler

4. How Kubernetes Works
Kubernetes keeps track of our container’s applications that are deployed into the cloud. It restarts orphaned containers, shuts down containers when they’re not being used, and automatically provisions resources like memory, storage, and CPU when necessary.
