Learn DevOps: Docker, Kubernetes, Terraform and Azure DevOps.
- Docker
- Jenkins
- Kubernetes
- Terraform
- Ansible
- AWS & Azure & Google Cloud
git clone git@github.com:vyahello/devops-master-class.git
Navigate to a corresponding folder section.
Author โ Vladimir Yahello.
Distributed under the MIT
license. See license for more information.
You can reach out me at:
- vyahello@gmail.com
- https://twitter.com/vyahello
- https://www.linkedin.com/in/volodymyr-yahello-821746127
- Clone the repository
- Configure
git
for the first time after cloning with yourname
andemail
- Create your feature branch (git checkout -b feature/fooBar)
- Commit your changes (git commit -am 'Add some fooBar')
- Push to the branch (git push origin feature/fooBar)
- Create a new Pull Request