How the cloud provider Manages, Monitors, and Secures Kubernetes for App Platform
Strategies and tools the cloud provider uses to manage, monitor, and secure Kubernetes for an app platform.
Strategies and tools the cloud provider uses to manage, monitor, and secure Kubernetes for an app platform.
Kubernetes is a container orchestration system that manages containers at scale. Initially developed by Google based on its experience running containers in production, Kubernetes is open source and actively developed by a community around the world.
In this tutorial, you’ll learn how to deploy Kafka using Docker Compose and deploy it on Kubernetes using Strimzi which integrates into Kubernetes and allows you to configure and maintain Kafka clusters using regular Kubernetes manifests without manual overhead.
The Okteto CLI is an open-source project that can greatly improve your inner development-loop while working on Kubernetes. In this tutorial, you’ll create a Kubernetes cluster in the cloud provider and use it to run a standard “Hello World” application. Then you’ll use Okteto to develop and automatically update your application without having to install anything locally.
A service mesh is a dedicated infrastructure layer that helps administrators handle service-to-service communication. Offering many powerful tools, these service meshes can make your system safer, more reliable, and more visible too.
In this guide, you will build a small web application and then use Kustomize to manage your configuration sprawl. You will deploy your app to development and production environments with different configurations. You will also layer these variable configurations using Kustomize’s bases and overlays so that your code is easier to read and thus easier to maintain.
Kubernetes is a popular way to host websites. As more websites interact with sensitive data, more browsers are requiring TLS to secure traffic. However, it can be hard to host a TLS-based site. Fortunately, there are services you can run in your Kubernetes cluster to manage this complexity for you. In this tutorial, you will set up cert-manager, Traefik, and Let’s Encrypt in your Kubernetes cluster to automatically acquire, renew, and use secure certificates with your website.
In this tutorial, learn how to set up and secure an Nginx Ingress Controller with Cert-Manager on Kubernetes.
El autor seleccionó la Free and Open Source Fund para recibir una donación como parte del programa Write for DOnations. Con el traslado de las herramientas de desarrollo a la nube, la creación…
Simplify HTTPS routing in Kubernetes with Gateway API & Cilium Gateway. Learn TLS, routes, and best practices for secure, scalable traffic management.