Posts

Showing posts from 2019

Comparison of Cloud Services

Comparison of services of AWS, Azure and GCP AWS Azure GCP EC2 Virtual Machines Compute Engine S3 Blob Storage Storage EC2 Container Service Container Service Kubernetes Engine Elastic Beanstalk Azure App Service App Engine Dynomo DB Cosmos DB Cloud Datastore RDS SQL Database BigQuery Lambda Azure Functions Cloud Functions

Kubernetes vs. Docker : Real meaning?

“Kubernetes vs. Docker” is a phrase that we hear more and more as Kubernetes becomes more popular as a container orchestration solution. Docker and Kubernetes aren’t direct competitors. "Kubernetes vs. Docker Swarm" are in the completion The rise of use of Docker Containers and container platforms provide more advantages over virtualization. Isolation of resources is done on the kernel level without the need for a guest operating system, so containers are much more efficient, fast, and lightweight. Which allows applications to become encapsulated in self-contained environments which has advantages, such as quicker deployments, scalability and reduced equality between development environments. Docker is currently the most popular container platform.  Docker has the Docker Engine, which is a run-time and allows you to build and run containers. The rise of Orchestration Systems While Docker provided an open standard for packaging and distributing contai