Skip to content

Instantly share code, notes, and snippets.

@SudKul
Created March 27, 2023 04:48
Show Gist options
  • Save SudKul/b0ddb38562002f36751ead5b020d7031 to your computer and use it in GitHub Desktop.
Save SudKul/b0ddb38562002f36751ead5b020d7031 to your computer and use it in GitHub Desktop.
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];
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