Skip to content

Instantly share code, notes, and snippets.

View SudKul's full-sized avatar

Sudhanshu Kulshrestha SudKul

  • India
View GitHub Profile
@SudKul
SudKul / mermaid_01_devops
Last active March 27, 2023 05:38
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.
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]
@SudKul
SudKul / myFirstDiagram
Created March 27, 2023 04:48
myFirstDiagram
graph LR;
A[Kubernetes Developer and Administrator]-->B[Expertise in Kubernetes];
B --> C[Containerization];
C --> D[Docker];
B --> E[Networking];
E --> F[Kubernetes Networking];
E --> G[Load Balancing];
B --> H[Storage];
H --> I[Persistent Volumes];
H --> J[Storage Classes];