Skip to content

Commit 0ba5c36

Browse files
Kalyan Reddy DaidaKalyan Reddy Daida
authored andcommitted
Welcome to Stack Simplify
1 parent 130ff7f commit 0ba5c36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

05-Services-with-kubectl/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Observation: We don't need to specify "--type=ClusterIp" because default setting
3434
- Create a NodePort service for load balancing frontend application.
3535
- **Important Note:** In Nginx reverse proxy, ensure backend service name `my-backend-service` is updated when you are building the frontend container. We already built it and put ready for this demo (stacksimplify/kube-frontend-nginx:1.0.0)
3636
- **Docker Image Location:** https://hub.docker.com/repository/docker/stacksimplify/kube-frontend-nginx
37+
- **Frontend Nginx Reverse Proxy Application Source** [kube-frontend-nginx](../00-Docker-Images/03-kube-frontend-nginx)
3738
```
3839
# Create Deployment for Backend Rest App
3940
kubectl create deployment my-frontend-nginx-app --image=stacksimplify/kube-frontend-nginx:1.0.0
@@ -54,8 +55,7 @@ kubectl scale --replicas=10 deployment/my-backend-rest-app
5455
# Test again to view the backend service Load Balancing
5556
http://<node1-public-ip>:<Node-Port>/hello
5657
```
57-
- **Frontend Nginx Reverse Proxy Application Source** [kube-frontend-nginx](../00-Docker-Images/03-kube-frontend-nginx/V1-Release)
58-
58+
- **Nginx Conf File**
5959
```conf
6060
server {
6161
listen 80;

0 commit comments

Comments
 (0)