Automation Menu
...
Workflows
About Nodes
Actions
1min
the actions category contains default nodes, designed to facilitate common automation activities and implement business logic directly out of the box these predefined nodes cover a wide array of functionalities, making them immediately useful for many standard automation tasks to simplify the use of actions, we have categorized them into three distinct groups default actions , which are predefined actions constructed upon widely used industry tools and programming languages (e g bash, golang, dotnet etc ) kubeark actions , which are predefined actions developed by kubeark, tailored specifically for kubernetes and infrastructure management (e g add kubeark cluster, get deployment etc ) custom actions , which are user defined snippets that can be personalized and preserved to meet individual requirements category action description default actions bash executes bash script commands for various automation and scripting tasks within the workflow deno executes deno scripts, leveraging deno's runtime for javascript and typescript dotnet allows you to run c# (or other net compatible language) scripts or programs within the context of an automation or data processing workflow golang runs golang scripts or programs, utilizing go's powerful programming capabilities httprequest sends http requests to external services or endpoints, facilitating api interactions kubectl executes kubectl commands for direct manipulation and management of kubernetes resources playwright automates web browser interactions for testing web applications using playwright scripts python executes python scripts, tapping into python's extensive programming capabilities ssh performs operations on remote servers or devices via secure shell (ssh) commands kubeark actions add kubeark cluster integrates a new kubernetes cluster into the kubeark platform for management and deployment create deployment initiates a new application deployment within a kubernetes environment create infra deployment starts a new infrastructure deployment, setting up the necessary infrastructure components create template generates a new template for defining and standardizing deployment configurations delete deployment removes an existing application deployment from kubernetes delete infra deployment deletes an existing infrastructure deployment, cleaning up the allocated resources delete kubeark cluster removes a previously integrated kubernetes cluster from the kubeark environment get deployment retrieves details about a specific application deployment in kubernetes get infra deployment fetches information on a specific infrastructure deployment within the platform list infra deployments lists all existing infrastructure deployments within the platform, providing an overview update deployment updates settings or configurations of an existing application deployment in kubernetes update template modifies an existing template to adjust deployment configurations or parameters custom actions user defined