This file contains 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] |
This file contains 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[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]; |