- Munich, Germany
- https://zenifer.com
- @zencv
Block or Report
Block or report sensei-wu
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
java-examples Public
Simple java examples, focusing on basic concepts [for fun and for education]
Java
-
aima-exercises Public
Forked from aimacode/aima-exercises
Exercises for the book Artificial Intelligence: A Modern Approach
HTML
-
1
| Level 1 (CKAD) | Level 2 (Baseline for production) | Level 3 (Expert) |
2|--|--|--|
3| Create and configure basic Pods | <ul><li> Define Pod and node affinities </li><li> Understand Taints and Tolerations </li></ul> | <ul><li> Understand [Pod scheduling](https://kubernetes.io/docs/reference/scheduling/config/) </li><li> Follow [best practices for container design](https://cloud.google.com/solutions/best-practices-for-building-containers) </li></ul> |
4| Understand SecurityContexts | <ul><li> [Understand Pop security policies](https://kubernetes.io/docs/concepts/policy/pod-security-policy/) </li></ul> | <ul><li> Understand full range of security context options including Linux capabilities </li></ul> |
5| Define an applications resource requirements | <ul><li> Define resource quotas </li><li> [Configure LimitRanges](https://kubernetes.io/docs/concepts/policy/limit-range/) </li></ul> | Define pod disruption budgets |
-
1
# A step by step comparison of ENTRYPOINT and CMD commands of docker
23## Theory
45Both ENTRYPOINT and CMD are commands which are used for customizing the startup behavior of a container.