mirror of
https://github.com/autistic-symposium/backend-and-orchestration-toolkit.git
synced 2025-06-09 07:22:40 -04:00
![]() Removes [tough-cookie](https://github.com/salesforce/tough-cookie). It's no longer used after updating ancestor dependencies [tough-cookie](https://github.com/salesforce/tough-cookie), [@aws-cdk/assert](https://github.com/aws/aws-cdk/tree/HEAD/packages/@aws-cdk/assert) and [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest). These dependencies need to be updated together. Removes `tough-cookie` Updates `@aws-cdk/assert` from 1.12.0 to 1.203.0 - [Release notes](https://github.com/aws/aws-cdk/releases) - [Commits](https://github.com/aws/aws-cdk/commits/v1.203.0/packages/@aws-cdk/assert) Updates `jest` from 24.9.0 to 29.6.1 - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v29.6.1/packages/jest) --- updated-dependencies: - dependency-name: tough-cookie dependency-type: indirect - dependency-name: "@aws-cdk/assert" dependency-type: direct:development - dependency-name: jest dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.. | ||
kustomize | ||
node-server-example | ||
python-cdk | ||
README.md | ||
references_for_kubectl.md |
resources on kubernetes
tl; dr
- 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
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
- 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.
MOOCs & Learning Vidoes
- Learn Kubernetes Youtube series.
- Scalable Microservices with Kubernetes at Udacity.
- Introduction to Kubernetes at edX.
Articles
- Digital Ocean: How we launched our marketplace using k8s.
- Are you Ready to Manage your Infrastructure like Google?.
- Google is years ahead when it comes to the cloud, but it's happy the world is catching up.
- Top Reasons Businesses Should Move to Kubernetes Now .