backend-and-orchestration-t.../code/kubernetes
dependabot[bot] 2d331ad26f
Bump virtualenv in /code/kubernetes/python-cdk/python/PostgreSQL_example (#60)
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 16.7.4 to 20.26.6.
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](https://github.com/pypa/virtualenv/compare/16.7.4...20.26.6)

---
updated-dependencies:
- dependency-name: virtualenv
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-03 11:38:07 +01:00
..
kustomize merge files from the blockchain infra repo (#59) 2024-11-17 17:03:20 -08:00
node-server-example merge files from the blockchain infra repo (#59) 2024-11-17 17:03:20 -08:00
python-cdk Bump virtualenv in /code/kubernetes/python-cdk/python/PostgreSQL_example (#60) 2025-02-03 11:38:07 +01:00
README.md merge files from the blockchain infra repo (#59) 2024-11-17 17:03:20 -08:00
references_for_kubectl.md merge files from the blockchain infra repo (#59) 2024-11-17 17:03:20 -08:00

kubernetes


tl; dr


  1. a kubernetes cluster consists of nodes (similar to servers)
  2. nodes run pods, which are collections of docker containers
  3. containers in a pod share the same network
  4. deployment is a kubernetes object responsible for launching and maintaining pods
  5. services objects allow pods to communicate with other pods


examples in this repository




external resources


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
articles
prometheus operator