Tag: yaml

  • Deploying Tanzu Kubernetes Grid with YAML

    3–4 minutes

    read –

    in

    In another post about automation, i tested the creation of Cloud Templates in Aria Automation using ChatGPT. This can also be done for the kubernetes yaml files. This YAML file describes a TKG workload cluster configuration, using Cluster API (CAPI). Explanation: This YAML configuration creates a Tanzu Kubernetes Cluster named “example-cluster” with one control plane…

  • Aria Automation with ChatGPT part 1

    Aria Automation with ChatGPT part 1

    7–10 minutes

    read –

    in

    Creating a Cloud Template yaml file using chatgpt v.3.5: Aria Automation Cloud Templates are based on yaml files and powershell scripts, as well as some Orchestrator Workflows. I was curious about using ChatGPT to create the basic config in the template, creating a cloud template *.yaml file and a powershell script for formatting the disks…