-
Rust-kubernetes-operator-example是一个在Rust编程语言中实现的Kubernetes运算符实例
资源介绍
Rust Kubernetes运算符示例
在存储库之上构建的Kubernetes运算符。
在Linux上运行的步骤:
Rust
安装Kubernetes, 是一个很好的选择,只需使用curl -sfL https://get.k3s.io | sh - curl -sfL https://get.k3s.io | sh - 。 如果要使用/etc/rancher/k3s/k3s.yaml上的/etc/rancher/k3s/k3s.yaml以非root用户身份访问Kubernetes集群,请确保对sudo chown /etc/rancher/k3s/k3s.yaml $USER进行/etc/rancher/k3s/k3s.yaml 。 另外, export KUBECONFIG=/etc/rancher/k3s/k3s.yaml ,以便操作员可以找到kubeconfig。
使用k
- 上一篇: rust-book.pdf
- 下一篇: rustful 的java实例代码