Skip to content
Merged
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
14 changes: 11 additions & 3 deletions samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,21 @@ terraform destroy
popd
```


## Kubectl

- TODO
```bash
# Check Kubectl version
kubectl version
```

## Helm

- TODO
```bash
# Add Helm Chart repository
helm repo add bitnami https://charts.bitnami.com/bitnami
# Search Helm Chart Repository for Jenkins
helm search repo bitnami | grep jenkins
```

## AwsCLI

Expand Down