Kubernetes

Kubernetes

📖 定义

Kubernetes is an open-source container orchestration platform that automates deployment, scaling, and management of containerized applications. It provides capabilities such as service discovery, load balancing, storage orchestration, and automatic rollback, making it the de facto standard for cloud-native infrastructure.

🔗 在 Higress 中的应用

Higress is a Kubernetes-native gateway that fully adheres to Ingress and Gateway API standards, can be seamlessly deployed in K8s clusters, and deeply integrates with the cloud-native ecosystem.

💡 示例

  • 1 K8s Pod is the smallest deployment unit
  • 2 Deployment manages replicas of stateless applications
  • 3 Service provides stable access entry points for Pods

🔄 相关术语

常见问题

Kubernetes 是什么?
Kubernetes is an open-source container orchestration platform that automates deployment, scaling, and management of containerized applications. It provides capabilities such as service discovery, load balancing, storage orchestration, and automatic rollback, making it the de facto standard for cloud-native infrastructure.
Higress 如何支持 Kubernetes?
Higress is a Kubernetes-native gateway that fully adheres to Ingress and Gateway API standards, can be seamlessly deployed in K8s clusters, and deeply integrates with the cloud-native ecosystem.

深入了解 Higress

探索更多 Higress 的功能和最佳实践