https://medium.com/@devfire/how-to-become-a-devops-engineer-in-six-months-or-less-366097df7737
*** Disclaimer! This post is still under review and contents might change over time. ***
Install Kubernetes
- VT-x or AMD-v virtualization must be enabled in your computer’s BIOS.
- Install a Hypervisor (ex: VirtualBox)
- Install kubectl
- https://storage.googleapis.com/kubernetes-release/release/v1.13.0/bin/windows/amd64/kubectl.exe
- Add PATH entry.
- Install Minikube
- Validate instalaltion
- minikube start
- minikube status
- minikube get-k8s-versions
- Download executable file.
- Add PATH entry.
- Coming soon
- Download Git.
- Online repository.
- Install Docker Toolbox for Windows
- Skip Virtualization environment check
- Go to C:\Program Files\Docker Toolbox and edit start.sh file.
- Change below line.
- "${DOCKER_MACHINE}" create -d virtualbox --virtualbox-no-vtx-check $PROXY_ENV "${VM}"
- Add Windows Firewall rule
- Add Inbound Rule (Custom)
- Add NW IP range (Public Profile)
- Verify Docker installation
- $ docker --version
- Download Jenkins
- Check installation
- Download binaries.
- Extract and add PATH entry.
- Verify the installation.
- gradle -v
No comments:
Post a Comment