Platform Ops is the team responsible for curating, maintaining, connecting, and securing the platform that provides Dev, DevOps, SecOps, and (to a lesser degree) NetOps teams with what they need to do their jobs.
What Is a Service Mesh?
A service mesh helps orchestrate containerized environments, routing traffic, defining & enforcing policies, & revealing application availability & security.
What Is a Sidecar?
A sidecar is a separate container that runs alongside an application container in a Kubernetes pod, acting as a helper application of sorts. Learn more here.
What Is an Ingress Controller?
An Ingress controller is a specialized load balancer for Kubernetes environments. It accepts traffic from outside the Kubernetes platform, and load balances it to Kubernetes pods (containers). It monitors pod status and automatically updates load-balancing rules as necessary.
What Is Kubernetes?
Kubernetes is an open source container orchestration platform. It provides a complete platform for scaling and managing applications that are deployed in containers.
What Is a Container?
A container is a virtualization technology designed to create and support a portable form factor for applications. In other words, containers make it easy to deploy an application on a range of different platforms.
What Is Cloud-Native App Delivery?
Cloud-native refers to various tools and technologies that enable businesses and developers to create and maintain applications in a cloud-based infrastructure.
What Is the Difference Between Multi-Cloud and Hybrid-Cloud?
A multi-cloud infrastructure spans multiple public cloud environments from different providers, to take advantage of cloud-specific features. A hybrid-cloud infrastructure includes two or more different types of cloud environments (on-premises, private cloud, and public cloud).
What Is a WAF?
A web application firewall (WAF) protects applications against sophisticated Layer 7 attacks that might otherwise lead to downtime and loss of sensitive data.