Monday, February 4, 2019

Getting started with DevOps

A good read

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
Install Terraform
Install  Ansible
  • Coming soon
Install  Git 
Install Docker 
  • 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
Install Jenkins
Install Gradle 

Getting started with DevOps

A good read https://medium.com/@devfire/how-to-become-a-devops-engineer-in-six-months-or-less-366097df7737 *** Disclaimer! This post is ...