Skip to content

Commit

Permalink
Merge pull request #28 from krishanthisera/post/gitops_for_devs
Browse files Browse the repository at this point in the history
post: gitops for devs part-1 helm and kubectl installation instructions
  • Loading branch information
krishanthisera committed Dec 21, 2023
2 parents 86c35fb + 45a4067 commit d2e044c
Showing 1 changed file with 5 additions and 0 deletions.
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

0 comments on commit d2e044c

Please sign in to comment.