Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

techarkit/DevOps

Repository files navigation

DevOps Learning Repository

πŸš€ Level Up Your Azure Skills β€” 100% FREE Hands-On Labs! πŸ’»

Perfect for anyone preparing for Microsoft certifications or looking to sharpen their cloud expertise. 🌐


πŸ“ Repository Structure

Each folder contains hands-on examples, configuration files, and brief documentation where applicable.

πŸ”§ ansible

Contains playbooks, inventory files, and examples using Ansible for configuration management and automation.

  • Examples using ansible.builtin.* modules.
  • Playbook best practices.
  • Dynamic inventory setup.

πŸ“Œ Example:

ansible-playbook playbooks/install_nginx.yml -i inventory/hosts

🐳 docker

Includes Dockerfiles, Docker Compose configurations, and usage examples.

  • Dockerfile samples for various apps.
  • Multi-stage builds.
  • Docker Compose for multi-container apps.

πŸ“Œ Example:

docker compose -f compose/node-app.yml up -d

☸️ kubernetes

Kubernetes manifests, Helm charts, and kubectl usage examples.

  • Deployment, Service, Ingress YAML files.
  • Helm basics.
  • kustomize usage.

πŸ“Œ Example:

kubectl apply -f manifests/deployment.yaml

🌍 terraform

Infrastructure as Code using Terraform across different cloud providers.

  • AWS and Azure modules.
  • Remote state management.
  • Terraform Cloud examples.

πŸ“Œ Example:

terraform init
terraform apply

πŸš€ azure-devops

Pipelines and tasks for automating CI/CD on Azure DevOps.

  • YAML pipeline examples.
  • Service connections.
  • Multi-stage pipeline configuration.

πŸ“Œ Example:

trigger:
 branches:
 include:
 - main

🧬 github-actions

Workflows for automating tasks with GitHub Actions.

  • CI/CD pipelines using .github/workflows/.
  • Matrix builds and secrets.
  • Deployment workflows.

πŸ“Œ Example:

name: Build and Test
on: [push, pull_request]
jobs:
 build:
 runs-on: ubuntu-latest
 steps:
 - uses: actions/checkout@v3

πŸ“š Getting Started

To start using the examples:

  1. Clone the repository:

    git clone https://github.com/yourusername/devops-learning.git
    cd devops-learning
  2. Navigate to the folder you're interested in and follow the instructions in the README (if available).


The best way to learn Azure: Projects, not tutorials.

πŸ‘‰Build a global static website with Azure Blob Storage + Azure CDN + Azure Front Door for multi-region failover

πŸ‘‰ Create a microservices architecture using Azure Functions + Azure API Management + Azure Service Bus for async messaging

πŸ‘‰ Deploy a scalable chatbot with Azure Bot Service + Language Studio + Azure Cognitive Search for intelligent document retrieval

πŸ‘‰ Set up a high-availability database cluster with Azure SQL Database + read replicas + automatic failover groups

πŸ‘‰ Build an AI-powered image processing pipeline with Azure AI Vision + Azure Event Grid + Azure Logic Apps for automated workflows

πŸ‘‰ Create a real-time data analytics platform with Azure Event Hubs + Azure Stream Analytics + Azure Synapse Analytics + Power BI dashboards

πŸ‘‰ Implement end-to-end MLOps with Azure Machine Learning + Azure DevOps + Azure Container Registry for model deployment and monitoring

πŸ‘‰ Design a disaster recovery solution with Azure Site Recovery + Azure Backup + geo-redundant storage across multiple regions

πŸ‘‰ Build a secure multi-tenant SaaS application with Azure Active Directory B2C + Azure Key Vault + Azure Application Gateway with WAF

πŸ‘‰ Create a serverless data lake with Azure Data Factory + Azure Data Lake Storage + Azure Databricks for big data processing

πŸ‘‰ Deploy a container orchestration platform with Azure Kubernetes Service + Azure Container Registry + Helm charts + Azure Monitor for observability

πŸ‘‰ Set up infrastructure as code with Terraform + Azure DevOps pipelines + Azure Resource Manager templates for automated provisioning

These aren’t hello-world projects. These are production-grade systems that teach you how Azure actually works in the real world.

Tutorials teach you syntax. Projects teach you architecture.


🧩 Contributions

Feel free to open issues or pull requests to add new tools, fix examples, or enhance documentation.


πŸ›‘ License

This project is licensed under the MIT License.


Happy Automating! πŸš€

About

DevOps, Docker, Kubernetes, IaC and More

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /