Pinned Loading
-
java-examples
java-examples PublicSimple java examples, focusing on basic concepts [for fun and for education]
Java 1
-
aima-exercises
aima-exercises PublicForked from aimacode/aima-exercises
Exercises for the book Artificial Intelligence: A Modern Approach
HTML
-
k8s-skills-matrix.md
k8s-skills-matrix.md 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 |
-
docker-cmd-vs-entrypoint.md
docker-cmd-vs-entrypoint.md 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.
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.