Understand Infrastructure
The Infrastructure module in the GlobalAI platform allows you to configure clusters, define Kubernetes and Terraform templates, and manage the environments and resources your applications depend on. While the Automation module handles workflow logic, Infrastructure focuses on the runtime components that power your deployments.
Understand global scope and permissions
Infrastructure resources are global. Unlike automation components such as Workflows or Actions—which belong to specific workspaces—infrastructure operates at the platform level.
However, visibility and control are permission-based. You can only view or manage a cluster if:
- An administrator grants you explicit access, or
- You hold an admin role.
This ensures that even though infrastructure is centralized, access remains secure and controlled.
Manage infrastructure pillars
GlobalAI’s infrastructure capabilities are organized into three main pillars. These components allow you to define templates, configure environments, and run lightweight serverless operations.
Kubernetes Management
Define clusters, manage templates, and orchestrate containerized application deployments with version control and rollback capabilities.
Infrastructure as Code
Provision and manage underlying resources, such as virtual machines and networks, using Terraform-centric templates and drift detection.
Serverless Functions
Deploy discrete, reusable operations based on OpenFaaS. Use these functions as building blocks within your automation workflows.