Intro to KubExperience

Intro to KubExperience

Table of Contents

In this webinar, we’ll provide a high-level overview of Kubernetes key platform and components, in order to enable software engineers to adopt the new Cloud Native Operating System.

A decade ago, the debate was between windows and Linux, nowadays there is a consensus that Kubernetes is the new OS, which means developers must be familiar with it.

Read more here - https://www.tikalk.com/posts/2020/05/

// From Docker to Containers @ Scale We will look at Microservices from the developer’s point of view. See how operations principles are adopted by developers and vice versa, how “12factor app” principles have become the foundation for polyglotism in software and cloud which amplified the utilization of distributed systems.

We will cover Microservices principles which serve as a contract in the form of infrastructure as code using Docker, Docker Compose, and End with planning to scale over Kubernetes.

// Running Your Workload on Kubernetes After understanding Kubernetes Key Concepts we will focus on routine operations such as creating and destroying workloads, understanding key concepts such as service and ingress, and finally planning application scope deployments while being able to manage each microservice separately utilizing Helm, Kustomize, and other optional tools in the process.

We aim to give participants a good overall understanding and hands-on practice of how Kubernetes operates, and how developers can utilize Kubernetes using cloud-native tooling.

** Webinar host ** Haggai Philip Zagury Haggai has over 4 years of experience working with microservices on Kubernetes, utilizing EKS, GKE, Onprem, and Development environments. The integration of various controllers and operators to get the job done, designing, and implementing CI & CD processes over the new Operating System of the cloud.

Video


Presntation slides

comments powered by Disqus

Related Posts

Kubernetes Control Loops: The Secret Sauce Behind Your Microservice Bliss

Kubernetes Control Loops: The Secret Sauce Behind Your Microservice Bliss

Originally posted on the Israeli Tech Radar on medium.

TLDR; Ever dreamt of a system that manages your microservices like a maestro, constantly keeping them in perfect harmony? Kubernetes makes this a reality with control loops, the magic behind the scenes. Operators take it a step further, letting you customize Kubernetes for even more control over custom workload needs.

Read More
A CloudNative Dev Experience 🎯 | Tikal TechRadarCon 2021

A CloudNative Dev Experience 🎯 | Tikal TechRadarCon 2021

Originally posted on the Israeli Tech Radar on medium.

TLDR; Just when we thought we’ve got it figured out! We learn there’s a better, faster way of doing things, frameworks, abstractions, and methodologies invented to make our development experience easier, and help us during our journey to building a platform. But…Do we really need one?/Should we adopt one? What impact will that have on our product? The following post will try to tackle some of these questions as we explore building a better Developer Experience.

Read More