
-
Why AI is a game-changer for DevOps
-
Overview of Generative AI and LLMs (without deep theory)
-
Popular AI tools for DevOps Engineers.
-
Hands-on: Create a GitHub repository that contains a bash script. when executed the bash script confirms the health of a virtual machine by looking at the parameters such as cpu, disk space, memory e.t.c.,. Please note that the bash script should also support a command line argument named "explain", when passed, "explain" provides the detailed summary of the health status.
- Try the hands-on demonstration explained in the video.
- Fundamentals: Tokens, temperature and max tokens.
- Techniques: Zero-shot, few-shot, n-shot, and Chain-of-Thought (CoT) prompting
- Writing structured prompts for DevOps use cases
- AI-generated regex, Bash scripts, Terraform, and CI/CD configurations
- Live Demo: Demonstrate an example of few shot prompting in real time.
- Running LLMs locally (Ollama, LM Studio, GPT4All)
- Calling AI via APIs (OpenAI, Mistral, LLama, Deepseek e.t.c.,.)
- Python script to invoke ollama api
- Dockerfile Generation "Call Ollama endpoint to auto-generate Docker manifests using llama3 model"
- "Call an AI API to auto-generate Kubernetes manifests using llama3 model"
- Using AI to improve Bash/Python scripting
- AI-assisted Shell Scripting
- Mini-Challenge: "Generate a shell script to create VPC in AWS with all the best practices"
- Introduction to AIOps
- What is AIOps and What is not ?
- AI-powered monitoring with Enterprise Observability Platforms
- AIOps Recap?
- AI-powered Log Analysis
- Using AI for anomaly detection (Python)
- Demo: "Use AI to predict server failures or app failures based on logs"
- What are AI Agents? How do they work?
- Create your very First AI Agent in simple steps.
- Project: Build a project using simple AI agents that performs a research and writes a detailed analysis in blog style.
- Build an AI Agent for your Internal tools and documentation using CrewAI
- In house AI Agents
- Build an AI agent to read internal documentation(PDF) and train it to answer user queries.
- WIP
- Build an AI Agent
- AI Agent for DevOps usecase
- Deploy the AI Agent to Kubernetes