From 4ffdb36362f9f95a03a9d300d837fae98652c7ee Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 6 Jan 2024 22:53:53 +0100 Subject: [PATCH] update README Signed-off-by: Your Name --- docker/README.md | 4 +++- iac/README.md | 2 +- kubernetes/README.md | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docker/README.md b/docker/README.md index 96f5bd2..d9f78bb 100644 --- a/docker/README.md +++ b/docker/README.md @@ -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 -``` \ No newline at end of file +``` + +DockerHub portion is done in kubernetes part. \ No newline at end of file diff --git a/iac/README.md b/iac/README.md index 22d4423..cf907b7 100644 --- a/iac/README.md +++ b/iac/README.md @@ -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` diff --git a/kubernetes/README.md b/kubernetes/README.md index 2a2cfa8..c83d267 100644 --- a/kubernetes/README.md +++ b/kubernetes/README.md @@ -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.