Last active
March 27, 2023 05:38
-
-
Save SudKul/78f25105e9c89031177637dc2f7659a4 to your computer and use it in GitHub Desktop.
Mermaid code for generating a state diagram to become a DevOps engineer. You can either embed this code using the `<script></script>` tags or render the code in the https://mermaid.live/ editor.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
graph LR | |
A[DevOps Engineer] -- Skill --> E[Cloud Services] | |
A -- Skill --> B[Infrastructure as Code] | |
A -- Skill --> D[Containerization and Orchestration] | |
A -- Skill --> F[Scripting and Automation] | |
A -- Skill --> G[Monitoring and Logging] | |
A -- Skill --> H[Networking] | |
A -- Skill --> I[Security] | |
B -- Tools --> B0[Terraform, Cloudformation, ARM Template, Packer, and Ansible] | |
C -- Tools --> C0[Jenkins, Github Actions, Travis CI, Circle CI, and Azure DevOps] | |
D -- Tools --> D0[Docker, Docker Swarm, Kubernetes] | |
E -- CSP --> E0[AWS, Azure, and Google Cloud Platform] | |
F -- Languages --> F0[Python, Bash, Puppet, and PowerShell] | |
G -- Tools --> G0[Prometheus, Grafana, and Splunk] | |
H -- Skills --> H0[Firewall, and Load Balancer] | |
I -- Skills --> I1[Vulnerability Scanning, Penetration Testing] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment