Skip to main content

Infrastructure Configuration

In this step, you will configure the necessary infrastructure for the operation of DevPortal, including setting up container registries and installing Kong, which is essential for API management.

Step 1: Configure the Infrastructure

  1. Open the terminal.
  2. Run the following command to set up the infrastructure:
vkdr infra up

Verification

  1. Access the local Manager at:
manager.localhost:(Port number, e.g., 8000)/manager/

If everything is set up correctly, proceed to the next step: DevPortal Installation.