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

post: gitops for devs part-1 helm and kubectl installation instructions #28

Merged
merged 1 commit into from
Dec 21, 2023
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
5 changes: 5 additions & 0 deletions src/content/blog/gitops-for-devs-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ minikube addons list | grep STATUS && minikube addons list | grep enabled && \
echo '\n\n\033[4;33m Current status of Minikube \033[0m' && minikube status
```

To install `kubectl` and `helm` please follow the respective official documentation.

- `kubectl`: <https://kubernetes.io/docs/tasks/tools/#kubectl>
- `helm`: <https://helm.sh/docs/intro/install/>

## Install Argo CD

Now if your `minikube` cluster is up and running you are ready to install the [ArgoCD](https://argo-cd.readthedocs.io/en/stable/). GitOps controller in your cluster.
Expand Down