Posts

Showing posts from October, 2020

CD\CI with OpenShift

Image
 

Best of All GCP -- OpenShift

Image
  Routes add services to the external load-balance and provide reaable urls for teh app. http:mycompany.com -----> app-prod.mycomany.com Architecture  - Pods are the unit of orchestration - Masters are the control plane - Autoscaling of pods - A&A/ Service discovery , persistance , load balancing 

OpenShift, Kubernetes and Docker

Image
These are main 3 key words in GCP ( Global Container Paltform), Lets understand one by one and see the key dirrerences.  Docker Docker is container technology and a company-offered container image runtime. It is supported by its ecosystem to manage and run Docker container images with its dependencies. Docker Enterprise Engine does this job. It was  recently acquired by Mirantis . The container concept came into focus when Docker crept into data centers of many private or public clouds. Later, Docker Swarm was launched to handle orchestration and as schedulers for Docker images. It was offered as a commercial product in the form of a Docker Enterprise Engine. But Docker EE was not able to provide efficient scaling and external load balancing for images it was orchestrating Kubernetes Kubernetes is an open source container orchestration solution hosted by  Cloud Native Computing Foundation (CNCF)  and backed by Google, AWS, Microsoft, IBM, Intel, Cisco Systems and Red...