Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@ If you have a kubernetes cluster try it out

### Pulumi

[Pulumi](https://www.pulumi.com/) is a modern IaC based on Hashicorp´s [Terraform](https://www.terraform.io/).
[Pulumi](https://www.pulumi.com/) is a modern IaC platform based on Hashicorp´s [Terraform](https://www.terraform.io/).

Its mainly used for cloud provisioning but in this case we will be using just the kubernetes provider for deploying our stack on a given kube/config
It's mainly used for cloud provisioning but in this case we will be using just the kubernetes provider for deploying our stack on a given kube/config

You can access helm templates https://github.com/iiglesiasg/helm-charts-repo

To run the scrip you will need following tools:
To run the script you will need following tools:

- [Helm](https://helm.sh/docs/intro/install/)
- [Pulumi](https://www.pulumi.com/docs/get-started/install/)
- [Nodejs](https://nodejs.org/es/download/)
- [kubectl](https://kubernetes.io/es/docs/tasks/tools/install-kubectl/)

By default pulumi run the stack against your local .kube/config. Your config should be pointing the kubernetes cluster
By default pulumi runs the stack against your local .kube/config. Your config should be pointing the kubernetes cluster

You should login on pulumi and create your account. Then run:

Expand All @@ -41,7 +41,7 @@ pulumi login
pulumi up
```

An stack name may be required, type a name if prompted
A stack name may be required, type a name if prompted

It will preview the stack to be deployed and prompt for confirmation

Expand Down