Kubernetes Review
April 07, 2022

Kubernetes Review

Pradeep Sharma | TrustRadius Reviewer
Score 10 out of 10
Vetted Review
Verified User

Overall Satisfaction with Kubernetes

Currently we are using Kubernetes in our project to orchestrate the containers. We are using it for our banking client where some point of time user transection get increased while they try to use banking applications. whenever load get increase Kubernetes spin new pods in the cluster using replicaset to handle the load of user transections.
  • container orchestration
  • Horizontal pod scaling
  • load balancing
  • Routes help in exposing internal traffic
  • GUI interface
  • Monitoring tools like Prometheus and Grafana
  • Horizontal Pod Auto scaling
  • Monitoring
  • Automatic Rollback and updates
  • Storage Orchestration
  • Kubernetes support Multi-cloud capability
  • Kubernetes has Increased developer productivity
  • Kubernetes reduce cloud complexity
  • Docker
Kubernetes cluster is cable to manage multiple nodes on on-premises or cloud infrastructure. In Kubernetes, we can easily add new nodes when ever required. We can easily update and rollback our application hosted on Kubernetes with the help of rolling and blue green deployment. we can monitor application using Prometheus and Grafana.

Do you think Kubernetes delivers good value for the price?

Yes

Are you happy with Kubernetes's feature set?

Yes

Did Kubernetes live up to sales and marketing promises?

Yes

Did implementation of Kubernetes go as expected?

Yes

Would you buy Kubernetes again?

Yes

Kubernetes really required where we expected user load fluctuate. Kubernetes handles it very well by spin new pods of same application when load get high and terminate pods when load get reduce. it do all these thing without any manual intervention. We just need to define the HPA to perform it. we can easily run it on clouds.