Use this guide when you want to bring up the local development environment to preview Config Manager functionality without a real lab. The local environment is useful for previewing rendered configurations, exploring the Config Manager UI, browsing Config Store output, and understanding how Nautobot data is shaped.
The bundled mock topology data is not production data and must never be used for a real deployment. Local mock mode is only useful for testing renders, UI navigation, Config Store browsing, and source-of-truth modeling examples.
Real device interaction is not meaningfully mocked today. Workflows such as ZTP, cable validation, deploy, multi-deploy, backup, reprovision, password rotation, hardware validation, and LLDP-based discovery require reachable real devices to be useful.
Future work will include a more robust mocking infrastructure for local development. Until then, treat the local quick start as a render and interface preview only.
The local SuperPOD config profile in the platform repository deploys Config Manager with an in-cluster Nautobot, render-focused sample site data, generated Kubernetes secrets, and no SSO. The profile sets development-only flags and runs the sample topology design job to populate Nautobot; those flags should not be interpreted as a meaningful substitute for device interactions.
Use the generated topology as a reference for the kinds of objects your own site data needs: locations, devices, roles, platforms, interfaces, prefixes, IP addresses, cables, VLANs, VRFs, tenants, config contexts, and managed-device metadata.
The sample data is loaded by a Nautobot Design Builder job. See Design Builder Data Loading for the job structure and for guidance on replacing the sample topology context with your own data.
kubectluvUse the standard local Kind cluster name so image loading targets the right cluster:
From the Config Manager platform repository:
Equivalent headless installer command:
Add local hostnames for the Envoy Gateway.
Then open:
For the local profile, Nautobot login is admin / admin.
Stop there for local validation. Do not interpret successful local render output as proof that device-facing workflows will succeed against a real fabric.