What is the best live demo you've ever seen? Do you still remember it now? Learn how the best do it and how to get an IP address that will travel with you.| Alex Ellis' Blog
In this blog post I show how to configure the Ingress Application Load Balancer (ALB) on IBM Cloud Kubernetes Service (IKS) to direct traffic to the Istio ingress gateway, while securing the traffic between them using mutual TLS authentication. When you use IKS without Istio, you may control your ingress traffic using the provided ALB. This ingress-traffic routing is configured using a Kubernetes Ingress resource with ALB-specific annotations. IKS provides a DNS domain name, a TLS certificate...| Istio Blog
There are two ways to configure inlets to expose an Ingress Controller or Istio Gateway to the public Internet, both are very similar, only the lifecycle of the tunnel differs.| inlets Pro
Renting a GPU in the cloud, especially with a bare-metal host can be expensive, and even if the hourly rate looks reasonable, over the course of a year, it can really add up. Many of us have a server or workstation at home with a GPU that can be used for serving models with an open source project like Ollama.| inlets.dev
Learn how to expose Ingress from your Kubernetes cluster like magic without having to setup any additional infrastructure.| inlets.dev
In this blog post I show how to configure the Ingress Application Load Balancer (ALB) on IBM Cloud Kubernetes Service (IKS) to direct traffic to the Istio ingress gateway, while securing the traffic between them using mutual TLS authentication. When you use IKS without Istio, you may control your ingress traffic using the provided ALB. This ingress-traffic routing is configured using a Kubernetes Ingress resource with ALB-specific annotations. IKS provides a DNS domain name, a TLS certificate...| Istio Blog
The Control Ingress Traffic and the Ingress Gateway without TLS Termination tasks describe how to configure an ingress gateway to expose services inside the mesh to external traffic. The services can be HTTP or HTTPS. In the case of HTTPS, the gateway passes the traffic through, without terminating TLS. This blog post describes how to use the same ingress gateway mechanism of Istio to enable access to external services and not to applications inside the mesh. This way Istio as a whole can ser...| Istio Blog
This post provides instructions to manually create a custom ingress gateway with automatic provisioning of certificates based on cert-manager. The creation of custom ingress gateway could be used in order to have different loadbalancer in order to isolate traffic. Before you begin Set up Istio by following the instructions in the Installation guide. Set up cert-manager with helm chart We will use demo.mydemo.com for our example, it must be resolved with your DNS Configuring the custom ingress...| Istio Blog
This post provides instructions to use and configure ingress Istio with AWS Network Load Balancer. Network load balancer (NLB) could be used instead of classical load balancer. You can see the comparison between different AWS loadbalancer for more explanation. Prerequisites The following instructions require a Kubernetes 1.9.0 or newer cluster. IAM policy You need to apply policy on the master role in order to be able to provision network load balancer. In AWS iam console click on policies an...| Istio Blog
minikube makes it easy to spin up a local Kubernetes cluster on macOS, and adding an Ingress is convenient with its built-in Addons. In this article, I want to take it one step further and show how to expose the Ingress via TLS (secure https) using a custom key/certificate chain. Prerequisites MacOS Brew package manager ... minikube: installing minikube on Mac with secure TLS ingress| Fabian Lee : Software Engineer
By design, local Kubernetes clusters are inaccessible from the internet. So how can we fix that if we want to use Ingress?| inlets.dev