Google Kubernetes - Cloud hosting
Sudhindra, Magadi
CTO @ Wibmo ,Chief Architect @ PayU FinTech Payments. X-Thoughtworks, X-FICO, X-Finacle , X-HP,AUTHOR,GenAI Enthusiast
Kubernetes is Google’s solution for managing a cluster of containers. It supports Docker for containers. But in the future it’ll support other container solutions as well. It’s an open technology and you can run Kubernetes anywhere you like.
It provides a declarative API for managing clusters while giving a lot of flexibility. One needs to to tell it what to do and it’ll do the hard work for you. It has built-in support for microservices, load balancing, monitoring and so on. One can deploy any service they like into Kubernetes. There are also some services with built-in Kubernetes support. Cassandra, RethinkDB andSpark are some of them.
More info can be found in the following URL Kubernetes .