Immuta Installation on k3s in Air Gapped environment
Gathering Artifacts
Gathering k3s Artifacts
K3S_RELEASE=v1.30.3%2Bk3s1
wget -qO k3s-install.sh https://get.k3s.io
wget -q https://github.com/k3s-io/k3s/releases/download/${K3S_RELEASE}/k3s-airgap-images-amd64.tar.zst
wget -q https://github.com/k3s-io/k3s/releases/download/${K3S_RELEASE}/k3sGathering Elasticsearch Artifacts
ECK_VERSION=2.14.0
ELASTIC_VERSION=8.15.0
helm repo add elastic https://helm.elastic.co
helm pull elastic/eck-operator
docker pull docker.elastic.co/eck/eck-operator:${ECK_VERSION}
docker save docker.elastic.co/eck/eck-operator:${ECK_VERSION} > eck-operator-image-${ECK_VERSION}.tar
docker pull docker.elastic.co/elasticsearch/elasticsearch:${ELASTIC_VERSION}
docker save docker.elastic.co/elasticsearch/elasticsearch:${ELASTIC_VERSION} > elasticsearch-${ELASTIC_VERSION}.tarGathering PostgreSQL Artifacts
Gathering Immuta Artifacts
Artifacts to be transferred to air gapped network
Deploying Kubernetes
Validating the installation
Importing images to embedded k3s registry
Example output
Installing Elasticsearch
Validating Elasticsearch
Installing PostgreSQL
Validating PostgreSQL
Installing Immuta
Validating Immuta
Complete pod list post installation
Last updated

