<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Import clusters using Terraform on</title><link>/kosmos/fleets/cluster-lifecycle-management/import-cluster-tf/</link><description>Recent content in Import clusters using Terraform on</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><atom:link href="/kosmos/fleets/cluster-lifecycle-management/import-cluster-tf/index.xml" rel="self" type="application/rss+xml"/><item><title>Import AKS Cluster using Terraform</title><link>/kosmos/fleets/cluster-lifecycle-management/import-cluster-tf/aks-cluster-import/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/kosmos/fleets/cluster-lifecycle-management/import-cluster-tf/aks-cluster-import/</guid><description>Prerequisite # This script assumes that you have already created the necessary IAM resources to create AKS related resources through Kosmos.
For more details refer:
Setup identity using CLI or Setup identity using Terraform Introduction # This is Terraform script for importing existing AKS Cluster using Kosmos-provider into Kosmos fleet. This is triggered by setting the value of kosmos_aksClusters.this.imported to true.
User who runs this script must have required permission on Azure and Kosmos.</description></item><item><title>Import EKS Cluster using Terraform</title><link>/kosmos/fleets/cluster-lifecycle-management/import-cluster-tf/eks-cluster-import/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/kosmos/fleets/cluster-lifecycle-management/import-cluster-tf/eks-cluster-import/</guid><description>Prerequisite # This script assumes that you have already created the necessary IAM resources to create EKS related resources through Kosmos.
For more details refer:
Setup identity using CLI or Setup identity using Terraform Introduction # This is Terraform script for importing existing Kosmos EKS Cluster using Kosmos-provider into Kosmos fleet. This is triggered by setting the value of kosmos_eksClusters.this.imported to True. User who runs this script must have required permission on AWS since it will create new AWS role for Kosmos Operator to import and configure EKS cluster it into Kosmos fleet.</description></item><item><title>Import GKE Cluster using Terraform</title><link>/kosmos/fleets/cluster-lifecycle-management/import-cluster-tf/gke-cluster-import/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/kosmos/fleets/cluster-lifecycle-management/import-cluster-tf/gke-cluster-import/</guid><description>Prerequisite # This script assumes that you have already created the necessary IAM resources to create GKE related resources through Kosmos.
For more details refer:
Setup identity using CLI or Setup identity using Terraform How to run # Run terraform init to initialize the working directory and download Terraform providers and modules Run terraform plan -var=&amp;quot;kosmos_access_key=(kosmos_access_key)&amp;quot; to preview the changes to be made by Terraform and read thoroughly on resources to be created Run terraform apply -var=&amp;quot;kosmos_access_key=(kosmos_access_key))&amp;quot; -var=&amp;quot;gcp_project_id=(gcp_project_id)&amp;quot; -var=&amp;quot;fleet_name=(fleet_name)&amp;quot; -var=&amp;quot;cluster_name=(cluster_name)&amp;quot; -var=&amp;quot;kosmos_user=(kosmos_user)&amp;quot; and type yes when prompted To destroy all the resources, run terraform destroy -var=&amp;quot;kosmos_access_key=(kosmos_access_key))&amp;quot; -var=&amp;quot;gcp_project_id=(gcp_project_id)&amp;quot; -var=&amp;quot;fleet_name=(fleet_name)&amp;quot; -var=&amp;quot;cluster_name=(cluster_name)&amp;quot; -var=&amp;quot;kosmos_user=(kosmos_user)&amp;quot; Download Resources # For complete examples and the latest updates, refer to:</description></item><item><title>Import MKS Cluster using Terraform</title><link>/kosmos/fleets/cluster-lifecycle-management/import-cluster-tf/mks-cluster-import/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/kosmos/fleets/cluster-lifecycle-management/import-cluster-tf/mks-cluster-import/</guid><description>Prerequisite # This script assumes that you have already created the necessary IAM resources to create MKS related resources through Kosmos.
For more details refer:
Setup identity using CLI or Setup identity using Terraform TF script sample to import existing MKS cluster to Kosmos # Variables # Please note that this script IS NOT A MODULE TO BE IMPORTED, but is meant to be a reference only!</description></item><item><title>Import Generic Cluster using Terraform</title><link>/kosmos/fleets/cluster-lifecycle-management/import-cluster-tf/generic-cluster-import/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/kosmos/fleets/cluster-lifecycle-management/import-cluster-tf/generic-cluster-import/</guid><description>Introduction # This guide explains how to use the Terraform module to register an existing Kubernetes cluster with Kosmos. The module creates a cluster entry in Kosmos and configures access for the specified admin users.
Requirements # Before getting started, make sure the following tools are installed:
Name Version Terraform &amp;gt;= 1.0 Kosmos = 0.8.1 Getting started # Prerequisites # Before running the module, ensure the following:</description></item></channel></rss>