The way we are building applications had been changing from monolithic to microservice based architecture. The new microservice based architecture is agile when compared to the monolithic and provides both advantages and disadvantages.
Microservices are based on Containers and for the last few years there had been open source projects around them. These open source projects addressed some of the common concerns and problems around Containers. This way the developers can focus on the business logic and not on the underlying technology related concerns. Some of the open source projects in the Containers space are mentioned below. The ecosystem around them is changing rapidly, so I emphasize the word SOME again. Most of these projects fall under Cloud Native Computing Foundation and not under the Apache Software Foundation, so it it would be interesting to follow the CNCF blog here.
As mentioned this is a rapidly changing space and will change how we build and deploy the applications in the future. To help the readers of blog, I will be writing articles around Containers. Containers can be deployed in the local machine and also in the Cloud, I would be covering both of them. This page is a summarization of the same. Keep looking !!!
Microservices are based on Containers and for the last few years there had been open source projects around them. These open source projects addressed some of the common concerns and problems around Containers. This way the developers can focus on the business logic and not on the underlying technology related concerns. Some of the open source projects in the Containers space are mentioned below. The ecosystem around them is changing rapidly, so I emphasize the word SOME again. Most of these projects fall under Cloud Native Computing Foundation and not under the Apache Software Foundation, so it it would be interesting to follow the CNCF blog here.
As mentioned this is a rapidly changing space and will change how we build and deploy the applications in the future. To help the readers of blog, I will be writing articles around Containers. Containers can be deployed in the local machine and also in the Cloud, I would be covering both of them. This page is a summarization of the same. Keep looking !!!
Docker
Book Reviews
Getting Started with K8S
- Getting started with K8S the easy way using 'Play with Kubernetes'
- Sticking to the AWS free tier and building K8S cluster using kops
- MicroK8S - Easiest way to get started with K8S for those familiar with AWS
- Getting started with K8S with Minikube on Linux
- Installing Minikube on Windows
- Quickly and easily installing K8S on the local machine
- K8S Cluster on AWS using EKS
- Creating a K8S Cluster on AWS using eksctl
- Running Containers on K8S using AWS Fargate
- Setting up an AWS EKS Cluster with Rancher
K8S Fundamentals
- Node fault tolerance in K8S & imperative programming
- Exposing a K8S Service of Type LoadBalancer on Local Machine
- How does the K8S cluster gets bootstrapped?
- How K8S authentication and authorization works in kubeadm?
Debugging in K8S
Istio
- Installing Istio and Bookinfo Application on K8S
- Getting started with Canary Deployment with Istio on K8S
No comments:
Post a Comment