Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
Signed-off-by: Deepanshu Yadav <[email protected]>
  • Loading branch information
deepanshu-yadav committed Nov 27, 2023
1 parent 18f13d9 commit 3847ffa
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,24 @@ kubectl apply -f node-service.yaml
Repeat the same procedure you did with kubernetes to verify the app is running.

# Vagrant and Ansible

# Istio

## Pre-requisites
Make sure the cluster is running.
Install istio using this [link](https://istio.io/latest/docs/setup/getting-started/#install).

## Simple deployment

```
kubectl create ns node-mongo-istio
kubectl label namespace node-mongo-istio istio-injection=enabled
cd istio/simple
kubectl apply -f mongo-deploy.yaml -n node-mongo-istio
kubectl apply -f nodejsapp-deploy.yaml -n node-mongo-istio
kubectl apply -f mongo-service.yaml -n node-mongo-istio
kubectl apply -f node-service.yaml -n node-mongo-istio
```

0 comments on commit 3847ffa

Please sign in to comment.