
pending - What is Kubernetes
30 Jan 2020
Source: digitalocean
Today I find myself in a sales-technical meeting, in which I had to be prepared to explain Kubernetes, in the event if I was asked about our architecture solution.
Kubernetes, or k8s (k, 8 characters, s…get it?), or “kube” if you’re into brevity, is an open source platform that automates Linux container operations. It eliminates many of the manual processes involved in deploying and scaling containerized applications.
FAQSection
What can you do with Kubernetes?
Many of these operational deployment tasks are managed and executed by Kubernetes. These task are for example:
How did it get started??
Started by google engineers. Collaborated with Red Hat before it was donated over to CNCF (a topic for another day) to mature.
When should you consider Kubernetes
- Security is managed for you on the multiple layers
- Manages many services for you
- To get a full and comprehensive set of services all managed and set up, that can include the service itself, an authentication service, a Security module, A database, a cache system. Basically anything based on whatever you wish to provide as a service. That for example, if I wish to provide an online educational video platform that serves both paid and free videos to the public. I would need … A file system, a stream, A Database, Authentication server, A stream provider (?)
When should you not consider Kubernetes
What are the alternatives to Kubernetes
Sources of information: