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.
– What is Kubernetes?
Kubernetes is an open-source container orchestration framework developed by Google to manage containerized applications (Docker, Rkt, etc…)
– Why Do we need Kubernetes?
Rise of containerized applications and managing them across multiple environments
– Benefits of Kubernetes?
- High availability or no downtime
- Scalability or high performance
- Disaster recovery – backup and restore
– How Kubernetes works aka Kubernetes architecture with image?

Kubernetes consists of a master node and worker nodes.
Master node contains API server, scheduler, controller-manager and etcd.
Worker node contains kubectl, kube-proxy, container run time environment, pods and containers.
Each pod is going to have an unique IP and can communicate with other pods across nodes using kube-proxy
Each node can communicate with any pods within the cluster
Pod is the smallest unit in the Kubernetes