Skip to content

Commit d7f7c95

Browse files
committed
New ADI episode
1 parent 76aff2a commit d7f7c95

File tree

3 files changed

+37
-4
lines changed

3 files changed

+37
-4
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111
},
1212

1313
// Add the IDs of extensions you want installed when the container is created.
14-
"extensions": [
15-
"rebornix.Ruby"
16-
],
14+
// "extensions": [
15+
// "rebornix.Ruby"
16+
// ],
1717

1818
// Use 'forwardPorts' to make a list of ports inside the container available locally.
1919
// "forwardPorts": [],
2020

2121
// Use 'postCreateCommand' to run commands after the container is created.
22-
"postCreateCommand": "bundle install"
22+
"postCreateCommand": "bundle install ; jekyll serve"
2323

2424
// Uncomment to connect as a non-root user. See https://aka.ms/vscode-remote/containers/non-root.
2525
// "remoteUser": "vscode"
68.3 KB
Loading

_episodes/016.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
number: '16'
3+
layout: 'adi_humanintelligence'
4+
title: MGMT, Reactive Automation, and the Future of Infrastructures
5+
date: '20250122'
6+
host: Alessandro Franceschi
7+
youtube: '8wwQCuK5ZcA'
8+
guest: James Shubin
9+
tags:
10+
-MGMT
11+
-DevOps
12+
-Automation
13+
-ReactiveAutomation
14+
-Infrastructure
15+
-OpenSource
16+
-ConfigManagement
17+
-DistributedSystems
18+
-FutureOfDevOps
19+
-AI
20+
-MachineLearning
21+
-Kubernetes
22+
-CloudComputing
23+
-Puppet
24+
-Terraform
25+
-Ansible
26+
-TechTalk
27+
28+
---
29+
Welcome to this in-depth chat with James Shubin, creator of MGMT, as we explore next-generation DevOps and infrastructure automation. Discover how MGMT stands out from traditional configuration management tools like Puppet, Ansible, or Terraform, thanks to its unique reactive automation approach. James explains how modeling time, scaling, and responding to instant infrastructure changes can future-proof your environment—whether you’re running distributed systems on-premises or in the cloud.
30+
31+
In this conversation, we also dive into the complexities of open source software, discussing sustainability, funding challenges, and the evolving role of community support. James shares his honest thoughts on how large corporations shape technology trends, why Kubernetes may not always be the ultimate answer, and how MGMT aims to offer a simpler, more efficient path to continuous configuration. We wrap up by tackling the buzz around AI, touching on how machine learning models and big tech influence the DevOps landscape.
32+
33+
Whether you’re a DevOps engineer, system administrator, or simply curious about the future of IT infrastructure, this episode is packed with insights. Tune in to learn more about James’s mission to democratize automation, reduce complexity, and build next-level tooling for the industry. Stay until the end for conference highlights, community updates, and a glimpse into how you can get involved.

0 commit comments

Comments
 (0)