rifaterdemsahin / awscodedeploy

Aws code deploy creating a Redis using Ansible
1 stars 1 forks source link

Question3:compare the kubernates services in different cloud providers. #11

Open madhavisringarapu opened 5 years ago

madhavisringarapu commented 5 years ago

AWS: Pros: Security, reliability and scalability Options for lightweight services to experience Kubernetes and containers before you move your local environment to the cloud
Fargate gives developers a way to deploy containers with no understanding of server infrastructure. Cons: Potentially more expensive than other options. Difficult to use for new developers unfamiliar with container services and Kubernetes. Azure: Pros: More intuitive for Windows developers.
Supports Windows and Linux containers.
AKS is free. You only pay for VM resources. Cons: Slower during deployments. Does not support hybrid containers. GCP: Pros: Original creator of Kubernetes, so introduction of new features is faster.
Perfect for developers that want to work with AI and big data.
Works well with DevOps teams.
Cons: Doesn’t integrate with IaaS cloud requirements

madhavisringarapu commented 5 years ago

demo of hybrid containers