On-prem Installation Guide
Fiddler can run on most mainstream flavors of Kubernetes, provided that a suitable storage class is available to provide POSIX-compliant block storage (see On-prem Technical Requirements).
Before you start
Create a namespace where Fiddler will be deployed, or request that a namespace/project be created for you by the team that administers your Kubernetes cluster.
Identify the name of the storage class(es) that you will use for Fiddler's block storage needs. Consult the team that administers your Kubernetes cluster for guidance if you are not sure which class to use.
If using Kubernetes ingress to route traffic to Fiddler, identify the name of the ingress class that should be used. Consult the team that administers your Kubernetes cluster for guidance if you are not sure which class to use.
Quick-start any-prem deployment
Follow the steps below for a quick-start deployment of Fiddler on your Kubernetes cluster suitable for demonstration purposes. This configuration assumes that an ingress controller is available the cluster.
Create a
Secret
for pulling images from the Fiddler container registry using the YAML manifest provided to you.Verify that the name of the secret is
fiddler-pull-secret
Create the secret in the namespace where Fiddler will be deployed.
Deploy Fiddler using Helm.
Last updated