env0 Videos

Videos and webinars all about Infrastructure as Code management and automation.

View all
Blogs
Resources Center
Videos
Case Studies
New Features
Terraform
OpenTofu
How Tos
News
Drift Cause: Closing the Loop on Infrastructure Drift Management

Drift Cause: Closing the Loop on Infrastructure Drift Management

Tackling a major challenge in cloud management, our new feature revolutionizes drift analysis, providing valuable context about drifts, tracking them to their source, and revealing the who, when, and how behind each change.
âš¡ Lightning Talk: Apply-Before-Merge vs. Traditional Continuous Deployment

âš¡ Lightning Talk: Apply-Before-Merge vs. Traditional Continuous Deployment

This talk explores two distinct approaches to integrating OpenTofu into deployment pipelines: approve-before-merge using Atlantis and the traditional continuous deployment (CD), covering workflows, benefits, challenges and more.
âš¡ Lightning Talk: Shift FinOps Left with IaC

âš¡ Lightning Talk: Shift FinOps Left with IaC

Join Hassan Khajeh Hosseini, CEO of InfraCost, and Andrew Hay, env0's Director of Customer Success, for a 30-minute lightning talk exploring the synergy between Infrastructure as Code (IaC) and FinOps.
Mastering Cloud Efficiency, Scaling with FinOps and Infrastructure as Code

Mastering Cloud Efficiency, Scaling with FinOps and Infrastructure as Code

Join our webinar to learn about the connection between FinOps and IaC management, the role of FinOps in cloud environments, and practical ways to optimize cloud costs with FinOps and IaC tools.
The Essential Ansible Tutorial: A Step by Step Guide

The Essential Ansible Tutorial: A Step by Step Guide

In this tutorial, we'll cover the fundamentals of working with Ansible, from installation to creating your first playbook. In later sections, we'll dive into practical hands-on examples for advanced use cases and show why Ansible has become a go-to solution for many modern DevOps practices.
The Four Stages of Terraform Automation

The Four Stages of Terraform Automation

In this blog post, we'll explore the four stages of Terraform and OpenTofu automation, providing a roadmap as you look to scale your IaC practices.
Meet Cloud Compass: AI-assisted IaC Coverage Audit and Risk Mitigation

Meet Cloud Compass: AI-assisted IaC Coverage Audit and Risk Mitigation

Cloud Compass enhances your cloud resource management. Using AI-assisted logic, it auto-analyzes IaC coverage blind spots and trends over time, helping you quickly close any gaps.
Webinar: Lessons Learned from Managing IaC Across 800+ Environments

Webinar: Lessons Learned from Managing IaC Across 800+ Environments

Join Sergey Korolev of Rakuten Viber to learn how his team automates and manages Infrastructure as Code, and how mature IaC practices improve developer experience, reduce technical debt, and streamline operations at scale.
Environment Output Variables: Easy and Secure Output Piping

Environment Output Variables: Easy and Secure Output Piping

Our latest feature enhances env0 Workflows, simplifying sharing outputs of one environment with another in the same project or workflow, and storing them securely on the env0 platform. 
Take Control of IaC Costs With env0 (Free Whitepaper Inside)

Take Control of IaC Costs With env0 (Free Whitepaper Inside)

Discover how env0 helps you effectively manage and optimize Infrastructure as Code costs, ensuring efficient cloud spending at scale.
Environment Discovery: Automatic Environment Creation from Your Git Workflow

Environment Discovery: Automatic Environment Creation from Your Git Workflow

With Environment Discovery, you can maintain your directory-based structure in your VCS. This enables you to use your existing approval workflows, take advantage of CodeOwners, ensure auditability, and stay aligned with Infrastructure as Code (IaC) best practices!
Using Terraform, Kubernetes, and Helm: The Power Trio

Using Terraform, Kubernetes, and Helm: The Power Trio

Learn how to use env0 to create a unified platform that combines Kubernetes scalability with Terraform's provisioning strength and Helm's deployment dexterity!
Switch from Terraform Cloud in Minutes with Our New Migration Tool

Switch from Terraform Cloud in Minutes with Our New Migration Tool

Born out of frequent customer requests, our TFC migration tool simplifies and accelerates the transfer from Terraform Cloud to env0, at any scale. Visit here to see it in action.
Unpacking OpenTofu: Expert Panel on GA Release, Licensing, and OSS Future

Unpacking OpenTofu: Expert Panel on GA Release, Licensing, and OSS Future

In this ‘X Space’ panel industry experts explore OpenTofu's journey, licensing considerations in engineering, and Infrastructure-as-Code OSS future.
What Is Pulumi And How To Use It With Env0

What Is Pulumi And How To Use It With Env0

Pulumi is an open source Infrastructure-as-Code framework that provisions resources utilizing common programming languages. Learn more about it and how to easily make it work with env0.
Using Jenkins for Terraform Management

Using Jenkins for Terraform Management

This post showcases the orchestration of Terraform deployments using Jenkins in a real-world scenario. It also delves into the pros and cons of choosing Jenkins for IaC management.
Tutorial: Achieving Auto Remediation with env0

Tutorial: Achieving Auto Remediation with env0

Learn how to combine our trio of capabilities — drift detection, scheduling, and approval policies — to automatically ensure consistent and compliant infrastructure.
The Insider's Guide to KubeCon NA 2023 in Chicago

The Insider's Guide to KubeCon NA 2023 in Chicago

Heading to KubeCon NA? Our team has got you covered with a guide on how to maximize your conference experience, including can’t-miss talks, networking events, and even places to explore in Chicago!
Pulumi vs Terraform: An In-Depth Comparison

Pulumi vs Terraform: An In-Depth Comparison

We take a deep dive into the features, similarities, differences, and real-world use cases of Terraform and Pulumi, including real-world examples.
OpenTofu Alpha Launches: Try It Out in Just 3 Clicks

OpenTofu Alpha Launches: Try It Out in Just 3 Clicks

We are excited to announce the launch of OpenTofu alpha version and our new integration feature, which you can use for testing.
ArgoCD Tutorial: Manage and Orchestrate Applications with IaC

ArgoCD Tutorial: Manage and Orchestrate Applications with IaC

In this post, we show how env0 streamlines application management by integrating with ArgoCD, a popular application deployment tool for Kubernetes.
What the Fork?! My 6 Takeaways from the Linux Foundation Keynote at OSS 2023

What the Fork?! My 6 Takeaways from the Linux Foundation Keynote at OSS 2023

The Open Source Summit this year really came at quite the time. These are just a few of its many highlights.
Tutorial: env0's Extension for Visual Studio Code

Tutorial: env0's Extension for Visual Studio Code

Developed out of one of our hackathons, this extension makes it easy to work with your env0 environments, making your development process faster and simpler.
Terraform Init Command: Examples, Tips and Best Practices

Terraform Init Command: Examples, Tips and Best Practices

One of the foundational commands at the heart of Terraform is terraform init. This command is what sets the stage for all the subsequent operations that you perform with Terraform. It prepares a new or existing directory for Terraform usage by creating initial files, loading any remote state, downloading modules, and installing provider plugins.