英文: K8s Go client library fails to find package on go get 问题 我们编写了一些Go代码,用于与我们的Kubernetes集群通信并获取公开服务...
How to create new client certificates / tokens for programmatic access to the Kubernetes API hosted on GKE?
英文: How to create new client certificates / tokens for programmatic access to the Kubernetes API hos...
kubectl使用模板字符串的get命令在比较时出现不兼容类型的错误。
英文: kubectl get with template string fails with incompatible types for comparison 问题 我必须检查我的应用程序容器在复...
生成Kubernetes类型的YAML清单文件。
英文: Generate YAML manifest from Kubernetes types 问题 我正在研究编写一个工具,用于为我们的项目以编程方式生成 Kubernetes 定义。 我发现 K...
开发和测试Kubernetes API扩展
英文: Developing and testing Kubernetes API extensions 问题 我想从源代码运行/构建Kubernetes。我通常使用Intelij IDEA打开源代码...
Kubernetes在Ubuntu中找不到正确的Go语言版本。
英文: The kubernetes can't find correct go in ubuntu 问题 我的操作系统是ubuntu 14.04.3服务器,我想要构建kubernetes。 ...
你可以使用Kubernetes Go库创建一个简单的客户端应用程序。
英文: How can I create a simple client app with the Kubernetes Go library? 问题 我正在与Kubernetes Go库进行斗争。文...
如何确保在Kubernetes中实现优雅的扩展?
英文: How can I ensure graceful scaling in kubernetes? 问题 作为在Kubernetes中扩展Pod的一部分,我希望在关闭之前能够优雅地处理我的HTT...
73