What Is Platform Ops?
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.