backend-and-orchestration-t.../kubernetes
dependabot[bot] 04c9b88302
Bump ansi-regex and ansi-regex in /kubernetes/python-cdk/ts/MSK_example
Bumps [ansi-regex](https://github.com/chalk/ansi-regex) and [ansi-regex](https://github.com/chalk/ansi-regex). These dependencies needed to be updated together.

Updates `ansi-regex` from 4.1.0 to 4.1.1
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v4.1.0...v4.1.1)

Updates `ansi-regex` from 3.0.0 to 4.1.1
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](https://github.com/chalk/ansi-regex/compare/v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-12 20:26:47 +00:00
..
kustomize Clean up this repo 2022-03-23 14:59:51 +04:00
node-server-example Clean up this repo 2022-03-23 14:59:51 +04:00
python-cdk Bump ansi-regex and ansi-regex in /kubernetes/python-cdk/ts/MSK_example 2022-10-12 20:26:47 +00:00
README.md Clean up this repo 2022-03-23 14:59:51 +04:00
references_for_kubectl.md Clean up this repo 2022-03-23 14:59:51 +04:00

Kubernetes

A Kubernetes cluster consists of Nodes (similar to servers). Nodes run Pods, which 
are collections of Docker containers. Containers in a Pod share the same network.
Deployment is a Kubernetes object responsible for launching and maintaining pods.
Services objects allow pods to communicate with other pods. 

Examples in this repository

Learning K8s

Tools

  • Minikube implements a local Kubernetes cluster on macOS, Linux, and Windows. You can install it following this instructions.
  • kubectl is a command line interface for running commands against Kubernetes clusters.
  • kubectx is a tool to switch between k8s contexts.
  • k14s: Kubernetes Tools that follow Unix philosophy to be simple, and composable.

Tutorials

MOOCs & Learning Vidoes

Articles

Prometheus Operator