-
Notifications
You must be signed in to change notification settings - Fork 427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Containerized applications & Orchestration Frameworks #6
Comments
Interesting, there is a company in Stockholm, called Informator, which gives a one-day Kubernetes course: https://informator.se/utbildningar/devops/devops-docker-aws-and-kubernetes Maybe they'd like to come to KTH? |
I agree with @goranpaues that Kubernetes is the way to go. Google launches ~4 billion containers every week for their internal infrastructure so they know very well the job... Probably is possible to contact even Google itself for some training. Tricky thing with orchestration is that it's a very high layer which requires a lot of knowledge on the lower levels. |
+1 for Kubernetes. We recommend Kelsey Hightower´s excellent introduction "Kubernetes the Hard Way", available on gihub https://github.com/kelseyhightower/kubernetes-the-hard-way |
Container‐based cluster orchestration systems: A taxonomy and future directions |
Kubernetes as an Availability Manager for Microservice Applications. |
kata container |
Containerd |
rkt, a security-minded, standards-based container engine |
Docker Swarm |
Easily Deploy Applications with Nomad |
Concept of API Gateway |
OpenNebula is a simple yet powerful and flexible turnkey open-source solution to build Private Clouds and manage Data Center virtualization. |
Deploying Your First Docker Container in the browser directly |
What is an operator? |
Edge Router / Reverse proxy |
Learning from, Understanding, and Supporting DevOps Artifacts for Docker |
Tekton |
Increment issue on containers |
The lifecycle of containers is an interesting topic |
Quarkus is a relevant technology for containers |
buildkit: concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit |
KEDA | Kubernetes Event-driven Autoscaling |
Helm is the package manager for Kubernetes |
Another package manager for K8s |
DC/OS (the Distributed Cloud Operating System) is an open-source, distributed operating system based on the Apache Mesos distributed systems kernel. |
Gtihub codespaces |
fresh, automated dev environments for each task |
a tool for deploying to NixOS machines in a network or cloud |
Deploy, configure, troubleshoot and secure containers in minutes on Kubernetes, Docker, and Swarm |
Wikipedia references:
Once you have several containerized modules, the next problem is to specify how they should work together and how they should be operated. Here the orchestration frameworks like Kubernetes and Docker Swarm play an important role. From my perpective it looks like Kubernetes has a big momentum here. Google Cloud has had a Kubernetes service for years and the other cloud providers are hard at work producing similar solutions.
The text was updated successfully, but these errors were encountered: