Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
Signed-off-by: Your Name <[email protected]>
  • Loading branch information
Your Name committed Jan 6, 2024
1 parent 98b5afd commit 4ffdb36
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ Hello NODE
To send a POST request run this
```
curl --header "Content-Type: application/json" --request POST --data '{"name":"xyz","quantity":"1", "price": "20"}' http://localhost:3000/products
```
```

DockerHub portion is done in kubernetes part.
2 changes: 1 addition & 1 deletion iac/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
To use vagrant and ansible.

First you need to install vgarant. You can install from [here](https://developer.hashicorp.com/vagrant/docs/installation) .
First you need to install vagrant. You can install from [here](https://developer.hashicorp.com/vagrant/docs/installation) .
Then install [virtualbox](https://www.virtualbox.org/wiki/Downloads).

Now do `vagrant up`
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Now we can push these images to DockerHub.

## Use Kubernetes

Now we can install kubernetes make sure you had run the script `./install_docker_minikube.sh`
Now we can install kubernetes make sure you had run the script `./install_docker_minikube.sh` when you run the docker section.
This script install minikube and kubectl.

We can deploy the kubernetes application in two ways.
Expand Down

0 comments on commit 4ffdb36

Please sign in to comment.