mirror of
https://github.com/autistic-symposium/backend-and-orchestration-toolkit.git
synced 2025-06-08 23:13:08 -04:00
👾 code and notes on cloud microservices, orchestration (e.g., cloud, terraform, kubernetes, docker, data engineering)
autismawscdkcloudcloudformationdockereksgcpk8skafkakubectlkuberneteskustomizekustomize-exampleslambda-functionslambdasnodeorchestrationpods
kustomize-example | ||
node-server-example | ||
other_infrastructure_resources | ||
kubectl.md | ||
README.md |
Curated Resources on 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
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.
Tutorials
- Google's K8s 101.
- K8s Bootcamp.
- K8s the Hard Way.
- Kubernetes Community Overview and Contributions Guide.
- An Intro to Google’s Kubernetes and How to Use It.
- Getting Started on Kubernetes.
- Kubernetes: The Future of Cloud Hosting.
- Kubernetes by Google.
- Application Containers: Kubernetes and Docker from Scratch.
- Learn the Kubernetes Key Concepts in 10 Minutes.
- The Children's Illustrated Guide to Kubernetes.
- The ‘kubectl run’ command .
- Docker Kubernetes Lab Handbook.
- Curated Resources for Kubernetes.
- Kubernetes Comic.
- Kubernetes 101: Pods, Nodes, Containers, and Clusters.
- An Introduction to Kubernetes.
- Kubernetes and everything else - Introduction to Kubernetes and it's context.
- Installation on Centos 7
- Setting Up a Kubernetes Cluster on Ubuntu 18.04
- Cloud Native Landscape
- Kubernetes Tutorials by Kubernetes Team
- Kubernetes By Example by OpenShift Team
- Kubernetes Tutorial by Tutorialspoint
- Imperative vs. Declarative — a Kubernetes Tutorial.