Thank you for sending your enquiry! One of our team members will contact you shortly.
Thank you for sending your booking! One of our team members will contact you shortly.
Course Outline
Infrastructure-as-Code Sovereignty
- Recognizing the risks associated with cloud consoles and SaaS IaC, such as vendor lock-in and audit deficiencies.
- Exploring Terraform architecture in depth: core components, providers, state management, and the plan/apply workflow.
- Conducting a comparative analysis of Terraform versus alternatives like Pulumi, Ansible, and CloudFormation.
Configuration Language and Providers
- Mastering HCL syntax: defining resources, data sources, variables, and outputs.
- Configuring on-premise providers: Proxmox, libvirt, vSphere, and PowerDNS.
- Investigating community providers and the fundamentals of custom provider development.
- Comprehending resource dependencies and the underlying graph theory.
State Management
- Assessing the security implications of local versus remote state storage.
- Establishing self-hosted backends using PostgreSQL, S3-compatible storage (MinIO), Gitea, and etcd.
- Implementing state locking, encryption at rest, and resilient backup strategies.
- Managing state migration and identifying configuration drift.
Modules and Workspaces
- Designing modules with inputs, outputs, and versioning best practices.
- Creating private module registries utilizing Git tags.
- Ensuring environment isolation across dev, staging, and production through workspaces.
- Utilizing self-hosted alternatives to Terraform Cloud, such as Atlantis or Spacelift.
Provisioning and Lifecycle
- Integrating cloud-init and PXE for bare-metal provisioning.
- Employing provisioners: local-exec, remote-exec, and file transfer.
- Leveraging null resources and triggers for custom automation workflows.
- Overseeing resource destruction, planning, and tainting for safe rollbacks.
Security and Compliance
- Enforcing variable validation and correctly marking sensitive data.
- Applying policy-as-code for on-premise environments using Sentinel and OPA alternatives.
- Establishing rigorous audit logging and plan file review processes.
CI/CD Integration
- Automating plan and apply workflows in GitHub Actions or Woodpecker CI.
- Incorporating
terraform fmt,validate, and linting tools within pre-commit hooks. - Configuring cost estimation and budget guardrails.
- Formulating comprehensive rollback strategies and state recovery procedures.
Requirements
- An intermediate grasp of infrastructure-as-code principles and cloud computing fundamentals.
- Hands-on experience with JSON, HCL (HashiCorp Configuration Language), and version control systems.
- Familiarity with on-premise virtualization platforms, including Proxmox and VMware.
Audience
- Infrastructure engineers tasked with provisioning bare-metal servers and private cloud resources.
- DevOps teams overseeing on-premise resources using declarative configuration methods.
- Organizations striving to minimize reliance on cloud control planes for managing infrastructure state.
14 Hours
Testimonials (1)
The trainer was very knowledgeable and easy to talk to, he helped with troubleshooting issues for some of the participants and answered all the questions. Course material was good and had a lot of examples.