- Git, GitHub
- slack
- Jenkins
- Docker
- Docker Hub
- Terraform
- Kubernetes/Minikube
- AWS(EKS, EC2)
Install git
$ brew install git or brew install git-gui
$ git --version
Install Jenkins
$ brew install jenkins | or
$ brew install jenkins-lts | or
$ docker run -u root -d -p 8080:8080 -p 50000:50000 -v ~/Docker/Jenkins:/var/jenkins_home
-v /var/run/docker.sock:/var/run/docker.sock --name jenkins jenkinsci/blueocean
$ jenkins --version
Install JDK
$ brew tap adoptopenjdk/openjdk
$ java -version
Install Docker Desktop/Dockercli
$ brew install docker
$ docker --version
Install kubclt/minikube
$ brew install kubernetes-cli
$ brew snap install kubectl --classic
$ kubectl version --client
$ brew install minikube
$ brew unlink minikube
$ brew link minikube
$ minikube version
$ minikube start
Install Terraform
$ brew install terraform | or
$ brew tap hashicorp/tap
$ brew install hashicorp/tap/terraform
$ brew install kind
$ terraform --version
docker run -u root -d -p 8080:8080 -p 50000:50000 -v ~/Docker/Jenkins:/var/jenkins_home -v /var/run/docker.sock:/var/run/docker.sock --name jenkins jenkinsci/blueocean
- The challenge was Jenkins crashed for no reason after some plugin install
- Cloud implementation was great but,
expensive! - brew uninstall jenkins --force | temporary work and CRASHED AGAIN !!
- brew cleanup
- Result
👉 https://github.com/simulationpoint/dockerized-elk
👉 https://github.com/simulationpoint/terraform/tree/main/jesh










