Thursday, January 19, 2023

Kaption basic commands



Kapitan is an open-source tool for managing complex deployments and infrastructure as code, it is similar to Terraform, but focuses on management of arbitrary resource types.

Here are some basic commands used in Kapitan:

    kapitan: This command is the entry point for all Kapitan commands, it can be used to compile, inventory, and reveal information about your compiled resources.

    kapitan compile: This command compiles all resources in the target directory to the specified output format.

    kapitan inventory: This command generates an inventory of all resources in the target directory.

    kapitan reveal: This command reveals the contents of a specific resource in the compiled output.

    kapitan search: This command searches for a specific resource in the inventory.

    kapitan refs: This command shows all references to a specific resource in the inventory.

    kapitan targets: This command lists all targets defined in the inventory.

    kapitan --help: This command shows the list of available commands and options.

    kapitan --version: This command shows the version of Kapitan.

    kapitan-secret: This command is used to encrypt and decrypt secrets in your configuration files, so they can be stored in version control safely.

No comments:

Post a Comment

Argocd with rollouts examples

examples in My github https://github.com/krishnansai/argocd-rollouts.git ArogoCd with ArgoRollouts Rollouts.yml # This example demonst...