Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 773 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 773 Bytes

devops

Projects related to Devops practices

Repository structure

├── cicd                    # github actions examples
│   └── github_actions
├── code                    # programming languages examples
│   └── python
├── infrastructure_as_code  # terraform examples with aws, docker, ecs, etc
│   ├── tf+aws_hashicorp
│   └── tf+ecs+docker
├── kubernetes              # deployment examples of kubernetes clusters
│   ├── amigoscode-docker_and_kubernetes_course
│   ├── blackduck_deployment
│   ├── blue_green_deployment_example
│   └── kodekloud_game_of_pods
└── software_as_code        # configuration automation examples
    └── ansible