CI_CD/쿠버네티스[Kubernetes]
[Kubernetes API]How To Call Kubernetes API using Simple HTTP Client
codingnature
2023. 1. 15. 17:40
반응형
SMALL
https://iximiuz.com/en/posts/kubernetes-api-call-simple-http-client/
How To Call Kubernetes API using Simple HTTP Client
There are plenty of reasons to call the Kubernetes API using a CLI or GUI HTTP client. This article will show you how to get the API server address, authenticate requests using certificates and Service Account tokens, and call the API using kubectl in the
iximiuz.com
반응형
LIST