Skip to main content
Support OpenZiti, give us a GitHub Star Star

5 posts tagged with "Kubernetes"

Kubernetes content

View All Tags

Configuring OpenZiti to Enable Prometheus

· 21 min read

This is part two of a three-part article. This article provides the technical deep dive into the steps necessary to implement the vision outlined in part one. This article will be heavy on OpenZiti CLI commands, explaining what we are doing to configure the overlay network, and why. In the final article, we will explore what we have just created and understand what was just created


Goals

  • Incredibly easy to deploy Prometheus servers

  • No ports exposed to the internet

  • Prometheus servers can be deployed listening on the overlay, not on the underlay

  • Private Kubernetes API

Tunneling Ingress to Kubernetes Workloads

· 14 min read

The previous post showed how to use a zero trust overlay like Ziti for transferring files by zitifying scp. Next up in the list of zitifications is kubectl. Kubernetes is a container orchestration system. Its purpose is to deploy, scale, and manage the deployment containers. Containers are self-contained, pre-built images of software generally with a singular purpose. Developers often like using containers for various reasons. One major reason developers like containers is because it simplifies the deployment of the solutions they are developing. This is where Kubernetes starts to come into focus.