Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

K8s-plugin artifacts start in the form of Definitions. These are nothing but Helm Charts wrapped with some metadata about the chart itself. Once the Definitions are created, we are ready to create some profiles so that we can customize that definition and instantiate it in Kubernetes.

A profile contains the following: ( (NOTE: Refer this link for complete API lists and documentation: MultiCloud K8s-Plugin-service API's))

A profile contains the following:

  1. manifest.yaml
    1. Contains the details for the profile and everything contained within
  2. A HELM values override yaml file.
    1. It can have any name as long as it matches the corresponding entry in the manifest.yaml
  3. Any number of files organized in a folder structure
    1. All these files should have a corresponding entry in manifest.yaml file

...

Creating a Profile Artifact

...

Command to UPLOAD artifact for Profile

Command to GET Profiles

Command to DELETE Profile

...