Profiles
Reusable mirrord config templates
Cluster-Wide Profiles (MirrordClusterProfile)
MirrordClusterProfile)apiVersion: profiles.mirrord.metalbear.co/v1alpha
kind: MirrordClusterProfile
metadata:
# This name can be referenced by the user in their mirrord configs.
name: example-cluster-profile
spec:
# A list of adjustments to be made in the user's feature config.
#
# The adjustments are applied in order.
featureAdjustments:
# Incoming traffic will be stolen.
- change: incoming-steal
# All outgoing traffic will be remote.
- change: outgoing-remote
# All DNS resolution will be remote.
- change: dns-remoteNamespaced Profiles (MirrordProfile)
MirrordProfile)Allowed Feature Adjustments
Selecting a profile
Enforcing profiles
Last updated
Was this helpful?

