rust-kubernetes-operator-example:在Rust中实现的Kubernetes运算符的示例

时间:2024-04-23 15:03:44
【文件属性】:

文件名称:rust-kubernetes-operator-example:在Rust中实现的Kubernetes运算符的示例

文件大小:18KB

文件格式:ZIP

更新时间:2024-04-23 15:03:44

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-kubernetes-operator-example-master
----.gitignore(14B)
----src()
--------echo.rs(3KB)
--------main.rs(8KB)
--------crd.rs(627B)
--------finalizer.rs(2KB)
----Cargo.lock(35KB)
----echo-example.yaml(457B)
----Cargo.toml(897B)
----README.md(1KB)
----echoes.example.com.yaml(1010B)

网友评论