Created
March 27, 2023 04:48
-
-
Save SudKul/b0ddb38562002f36751ead5b020d7031 to your computer and use it in GitHub Desktop.
myFirstDiagram
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[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]; | |
B --> K[Security]; | |
K --> L[Pod Security Policies]; | |
K --> M[Network Policies]; | |
B --> N[Monitoring]; | |
N --> O[Prometheus]; | |
N --> P[Grafana]; | |
A --> Q[Experience with Cloud Platforms]; | |
Q --> R[AWS]; | |
Q --> S[Azure]; | |
Q --> T[GCP]; | |
A --> U[Experience with CI/CD]; | |
U --> V[Jenkins]; | |
U --> W[Gitlab CI]; | |
U --> X[Travis CI]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment