What is Kubernetes ( K8s ) ?

2020-11-24 14:09:35
Troy Yang
Original 2953
Summary : Kubernetes is an open-source orchestration system for automating the management, placement, scaling, and routing of containers.

Kubernetes Basics

Kubernetes is an open source orchestration system for automating the management, placement, scaling and routing of containers that has become popular with developers and IT operations teams in recent years. It was first developed by Google and contributed to Open Source in 2014, and is now maintained by the Cloud Native Computing Foundation. There is an active Kubernetes community and ecosystem developing around Kubernetes with thousands of contributors and dozens of certified partners.


Why use Kubernetes?

Kubernetes has become the standard orchestration platform for containers. All the major cloud providers support it, making it the logical choice for organizations looking to move more applications to the cloud.



Kubernetes provides a common framework to run distributed systems so development teams have consistent, immutable infrastructure from development to production for every project. Kubernetes can manage scaling requirements, availability, failover, deployment patterns, and more. 

Kubernetes’ capabilities include:

  • Service and process definition
  • Service discovery and load balancing
  • Storage orchestration
  • Container-level resource management
  • Automated deployment and rollback
  • Container health management
  • Secrets and configuration management

What are the advantages of Kubernetes?

Kubernetes has many powerful and advanced capabilities. For teams that have the skills and knowledge to get the most of it, Kubernetes delivers:

Availability. Kubernetes clustering has very high fault tolerance built-in, allowing for extremely large scale operations.
Auto-scaling. Kubernetes can scale up and scale down based on traffic and server load automatically.
Extensive Ecosystem. Kubernetes has a strong ecosystem around Container Networking Interface (CNI) and Container Storage Interface (CSI) and inbuilt logging and monitoring tools. 
However, Kubernetes’ complexity is overwhelming for a lot of people jumping in for the first time. The primary early adopters of Kubernetes have been sophisticated, tribal sets of developers from larger scale organizations with a do-it-yourself culture and strong independent developer teams with the skills to “roll their own” Kubernetes. 

As the mainstream begins to look at adopting Kubernetes internally, this approach is often what is referenced in the broader community today. But this approach may not be right for every organization.

While Kubernetes has advanced capabilities, all that power comes with a price; jumping into the cockpit of a state-of-the-art jet puts a lot of power under you, but how to actually fly the thing is not obvious. 


Is ZenTao available on Kubernetes or Docker?

Yes, of course. For Docker images, you could direclty go to Docker Hub easysoft/zentao to pull images from it.

And ZenTao can deploy in most kinds of servers that could be deployed with PHP/MySQL Web applications. I will introduce how to deploy ZenTao very soon in Kubernetes together with ZenTao docker image.


Referrence

https://www.docker.com/products/kubernetes
Write a Comment
Comment will be posted after it is reviewed.