Skip to content

Commit

Permalink
update: collection + helm
Browse files Browse the repository at this point in the history
  • Loading branch information
colossus06 committed Jan 8, 2024
1 parent bc7d21a commit 9aade18
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 1 deletion.
55 changes: 55 additions & 0 deletions lego-blocks/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@

# Collection of the blocks

## Week I

6 node cluster

```sh
vagrant init
vagrant up
```

## Week II

Apply the pod manifest files running the following:

`./voting-app-automated.sh`

Get the node ips and pods:

`./voting-app-displayer.sh`

## Week III

Activate the monitoring stack running:

```sh
./monitoring-stack.sh
```

- **Username:** adminuser
- **Password:** p@ssword!

`kubectl port-forward $(kubectl get po -n monitoring | grep grafana | awk '{print $1}') 5200:3000``

## Week IV

Make sure you have helm installed.

```sh
helm list
helm repo add voting-app https://colossus06.github.io/cka-ckad-study-group-2024/
helm repo update
helm search repo voting-app
helm install [release-name] voting-app/voting-app
```


k port-forward service/voting-service 30004:30004


## Week V

#todo
CICD
2 changes: 1 addition & 1 deletion week-IV-helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ helm list
helm repo add voting-app https://colossus06.github.io/cka-ckad-study-group-2024/
helm repo update
helm search repo voting-app
helm install voting-app voting-app/voting-app-sg
helm install [release-name] voting-app/voting-app
```

0 comments on commit 9aade18

Please sign in to comment.