Immuta in an Air-Gapped Environment
This page provides one possible way to download and package Immuta artifacts for consumption on a separate network with no Internet access.
Copy the snippet below and replace the placeholder text with the credentials provided by your Immuta representative:
Download the IEHC for the current Immuta release:
Prerequisite
Checklist
Skopeo
Helm
Download artifacts
This section demonstrates how to download the Helm chart and container images to your local machine. These artifacts will be packaged and transferred to the air-gapped environment later.
Create a directory named
offline-kit
.Download the Helm chart into directory
offline-kit
.Extract file
DIGESTS.md
from the Helm chart archive.Open file
./offline-kit/DIGESTS.md
. This file includes the name and digest of every container image referenced by the Helm chart.
Transfer artifacts
This section demonstrates how to push the previously archived container images to a private registry that's accessible from within your air-gapped environment.
Transfer directory
offline-kit
(created in the previous section) onto a machine that's within your air-gapped environment.
Chart installation
Last updated
Was this helpful?