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.

Start Your Journey with Motoshare

What is “Install Verified label” in Gerrit?

What is “Install Verified label” in Gerrit? The Verified label was originally invented by the Android Open Source Project to mean ‘compiles, passes basic unit tests’. Some CI tools expect to use the Verified label to vote on a change after running. During site initialization the administrator may have chosen to configure the default Verified … Read more

What is Enable signed push support in Gerrit?

This options Defaults to false. This ensure When a client pushes with git push –signed, this ensures that the push certificate is valid and signed with a valid public key stored in the refs/meta/gpg-keys branch of All-Users. If true, server-side signed push validation is enabled. Config in gerrit.config – receive.enableSignedPush

Importannce of Canonical web url in Gerrit

The canonical web url must be set. Optional base URL for repositories available over the anonymous git protocol. For example, set this to git://mirror.example.com/base/ to have Gerrit display patch set download URLs in the UI. Gerrit automatically appends the project name onto the end of the URL. By default unset, as the git daemon must … Read more

How Gerrit Works?

When Gerrit is configured as the central source repository, all code changes are sent to Pending Changes for others to review and discuss. When enough reviewers have approved a code change, you can submit the change to the code base. In addition to the store of Pending Changes, Gerrit captures notes and comments made about … Read more

How to setup Kubernetes Dashboard in EKS using NodePort?

How to setup Kubernetes Dashboard in EKS using NodePort? Step 1: Deploy the Dashboard # Deploy the Kubernetes dashboard to your cluster: # Deploy heapster to enable container cluster monitoring and performance analysis on your cluster: # Deploy the influxdb backend for heapster to your cluster: # Create the heapster cluster role binding for the … Read more

What is Annotations in Kubernetes?

What is Annotations in Kubernetes? There are two way using you can attach metadata to Kubernetes objects. labels annotations Kubernetes annotations is used to attach arbitrary non-identifying metadata to objects. Clients such as tools and libraries can retrieve this metadata. In contrast, annotations are not used to identify and select objects. The metadata in an … Read more

What is EKS and How EKS can help you?

In simple line, Amazon EKS is generally available, bringing fully-managed Kubernetes to AWS. Amazon launched Amazon EKS in November at its re:Invent 2017 conference. Till the time this article is written, Amazon EKS is available in the US East (N. Virginia) and US West (Oregon) Regions only. The cost of running EKS is $0.20 per … Read more