Ai
1 Star 0 Fork 0

hacker007/kubernetes-demos

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
replicaset.yaml 371 Bytes
Copy Edit Raw Blame History
yjl authored 2025-05-21 07:53 +08:00 . add: 1.replicaset
apiVersion: apps/v1
kind: ReplicaSet
metadata:
name: replicaset-nginx
spec:
replicas: 3
selector:
matchLabels:
app: replicaset-nginx
template:
metadata:
labels:
app: replicaset-nginx
spec:
containers:
- name: nginx
image: m.daocloud.io/docker.io/nginx:latest
ports:
- containerPort: 80
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/hacker__007/kubernetes-demos.git
git@gitee.com:hacker__007/kubernetes-demos.git
hacker__007
kubernetes-demos
kubernetes-demos
master

Search