[zh] Remove Master/Slave terminology from stateless application tutorial

This commit is contained in:
Dominic Yin
2021-03-01 09:13:35 +08:00
parent 7c94fc38b4
commit a89880b826
11 changed files with 163 additions and 1063 deletions
@@ -3,16 +3,14 @@ kind: Service
metadata:
name: frontend
labels:
app: guestbook
tier: frontend
app.kubernetes.io/name: guestbook
app.kubernetes.io/component: frontend
spec:
# comment or delete the following line if you want to use a LoadBalancer
type: NodePort
# if your cluster supports it, uncomment the following to automatically create
# an external load-balanced IP for the frontend service.
# type: LoadBalancer
ports:
- port: 80
selector:
app: guestbook
tier: frontend
app.kubernetes.io/name: guestbook
app.kubernetes.io/component: frontend