Last updated 5 years ago
Was this helpful?
除了通过对Kubernetes API进行扩展外,我们还可以自建一个addon API Server,然后通过apiregistration.k8s.io/APIService向kube-apiserver注册,kube-apiserver里的aggregator会对addon API Server提供的服务进行转发。
apiregistration.k8s.io/APIService
Aggregation:
Extending the Kubernetes API with the aggregation layer: