Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.34 KB

README.md

File metadata and controls

56 lines (39 loc) · 1.34 KB

License

DevOps master class

Learn DevOps: Docker, Kubernetes, Terraform and Azure DevOps.

Tools

  • Docker
  • Jenkins
  • Kubernetes
  • Terraform
  • Ansible
  • AWS & Azure & Google Cloud

Usage

git clone [email protected]:vyahello/devops-master-class.git

Syllabus

Navigate to a corresponding folder section.

⬆ back to top

Meta

Author – Vladimir Yahello.

Distributed under the MIT license. See license for more information.

You can reach out me at:

Contributing

  1. Clone the repository
  2. Configure git for the first time after cloning with your name and email
  3. Create your feature branch (git checkout -b feature/fooBar)
  4. Commit your changes (git commit -am 'Add some fooBar')
  5. Push to the branch (git push origin feature/fooBar)
  6. Create a new Pull Request

⬆ back to top