yalla! devops 2022 - building a cloud-native platform brick by brick

yalla! devops 2022 - building a cloud-native platform brick by brick

Table of Contents

This video is my intro to Cloud Native Platform, given at DevOps days TLV

Video


Presntation slides

comments powered by Disqus

Related Posts

Building Production-Ready AI Agent Workflows: MCP Integration and Operational Excellence

Building Production-Ready AI Agent Workflows: MCP Integration and Operational Excellence

This is Part 2 of our series on AI agents in DevOps. If you haven’t read Part 1: From AI Assistants to AI Agents, I recommend starting there to understand the foundational concepts.

Read More
Pre-commit hooks using python library pre-commit

Pre-commit hooks using python library pre-commit

Pre-commit examples used in just-do-it repository

I really need a strict pre-commit considering the number of branches and tools i’m using. Because the heart of the projects is tasks I want at the bare least .pre-commit-config.yaml to include the task --list-all command considering it compiles all the includes which may change name / location between branches.

Read More
Using S3 as Local Storage on kubernetes with S3 CSI Driver

Using S3 as Local Storage on kubernetes with S3 CSI Driver

Originally posted on the Israeli Tech Radar on medium.

TLDR; In the world of cloud-native applications, efficient and scalable storage solutions are crucial. Amazon S3 (Simple Storage Service) is a popular object storage service, but what if you could use it as local storage in your Kubernetes clusters? Enter the S3 CSI (Container Storage Interface) Driver, a game-changer for developers and operations teams alike.

Read More