Operations are the main automation tasks you or the platform start, like creating a cluster, upgrading add-ons, or rolling out a stack.
Jobs are the smaller steps that make up each operation. For example, when you create a managed cluster in AWS, there might be over 130 jobs, each handling a specific part of the process, like setting up networking, creating nodes, or installing add-ons.
When you start an automation, like creating a cluster, installing an add-on, or updating a stack, Ankra creates an operation. That operation is then split into a series of jobs, each one handling a specific step.For example, creating a managed cluster in AWS might include jobs for:
Setting up VPC and networking
Configuring IAM roles and permissions
Provisioning node groups and instances
Installing add-ons and stacks
Running health checks and validations
Finalizing and reporting status
Each job runs on its own, and you can watch their progress in real time. If something fails, you’ll see logs and error messages to help you fix it quickly.
Transparency: Always know what’s happening in your infrastructure.
Control: Pause, resume, or retry operations whenever you need.
Troubleshooting: Quickly spot and fix issues with detailed logs.
Audit Trail: Keep a full record of all automation for compliance and reporting.
Operations and jobs make automation in Ankra transparent, reliable, and easy to manage, no matter how complex your infrastructure is.Learn more about automation in Ankra →