Anthos Flashcards
What is Anthos ?
is a managed application platform that extends Google cloud Services and engineering practices. It enables you to manage GKE clusters and workloads running on virtual machines across environments.
What are the deployment options for Anthos ?
- Google Cloud
- VMWare vSphere
- Bare-metal servers
- Anthos attached clusters
- AWS
- Microsoft Azure
When migrating to Anthos what three questions are key to have answered ?
- Can I virtualize my stack.
- Can I still support all of my license, security, privacy and compliance requirements if I migrate to the cloud.
- Can I support all app dependencies in the. cloud
Name the types of migration to Google Cloud
- Managed cloud services
- containers on GKE or Anthos
- VMs on Google Compute Engine
- Google VMWare Engine
- Google Cloud Bare Metal Solution
What are Fleets
A fleet provides a way to logically group and normalize Kubernetes clusters across multiple cloud environments, making administration of infrastructure easier.
Three benefits of using Anthos
- Modernize apps and infrastructure in place
- Scale large multi-cluster applications
- Ensure consistent governance and security
What is Anthos Service Mesh
Anthos Service Mesh is Google’s implementation of the powerful Istio open-source project, allowing you to manage, observe, and secure your services without having to change your application code
What is Anthos Config Management
Is a system that evaluates changes and rolls them out to all Kubernetes clusters so that your desired state is always reflected
Traffic Director
is a fully managed traffic control plane for service mesh. With Traffic Director, you can easily deploy global load balancing across clusters and VM instances in multiple regions, offload health checking from service proxies, and configure sophisticated traffic control policies.
Multicloud API
enables you to provision and manage GKE clusters running on AWS and Azure infrastructure through a centralized Google Cloud backed control plane. This means that your team can have a consistent experience to create, manage, and update GKE clusters, regardless of which public cloud you’re using.
Anthos for VM
Supports development teams that want to standardize on Kubernetes but have existing workloads running on virtual machines that cannot be easily containerized. Anthos for VMs lets you modernize virtual machine workloads with the power of Kubernetes.
Knative
Knative is an extension of the Kubernetes container orchestration platform that enables serverless workloads to run on Kubernetes clusters, and provides tools and utilities that make building, deploying and managing containerized applications within Kubernetes a simpler and more ‘native-to-Kubernetes’ experience
What are the main components of Istio ?
Pilot for Traffic Management, Mixer for Observability and Citadel for Service-to-Service Security. There is also Enjoy which is the proxy that intercepts communication into the instance