Home
Softono
DevOps-Learning

DevOps-Learning

Open source MIT HCL
34
Stars
1
Forks
0
Issues
1
Watchers
1 year
Last Commit

About DevOps-Learning

A comprehensive collection of tutorials, projects, and resources for mastering DevOps practices, covering CI/CD, containerization, and infrastructure as code. Includes hands-on examples with tools like Docker, Kubernetes, and Jenkins for building automated workflows.

Platforms

Web Self-hosted Docker Kubernetes

Languages

HCL

Links

DevSecOps Course Repository

Welcome to the DevSecOps Course Repository. This repository contains all the materials and topics covered in the DevSecOps course on Udemy. Below you will find a list of topics, each with its own folder and detailed README.md file.

Table of Contents

  1. DevSecOps
  2. Organization & Projects
  3. Linux Fundamentals
  4. Docker
  5. Terraform
  6. Jenkins
  7. Testing, Tooling and Principles
  8. YAML

Overview

This repository is designed to help you understand and implement DevSecOps practices effectively. Each topic is covered in its own directory with detailed explanations, examples, and hands-on exercises.

Feel free to contribute by submitting issues or pull requests.

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request