Peter Jausovec

Peter Jausovec @peterj

About: Software engineer, author and international speaker. https://learncloudnative.com https://startkubernetes.com

Location:
Redmond, WA
Joined:
May 30, 2017

Peter Jausovec
articles - 53 total

Kubernetes CLI (kubectl) tips you didn't know about

Kubernetes CLI (kubectl) tips you didn't know about

Learn More 22 0Jun 28 '22

How to configure Firebase emulators with Next.js?

I've been working with Next.js and Firebase and using the Firebase emulators for local development....

Learn More 0 1Apr 26 '22

Monitoring containers with cAdvisor

Monitoring with cAdvisor allows you to gather information about individual Docker containers running...

Learn More 5 0Aug 27 '21

🎥 Kubernetes Services, Ingress, Jobs and CronJobs

How can you access workloads inside the Kubernetes cluster? Should you use a NodePort or LoadBalancer service type? How about if you want to expose multiple applications through a single load balancer? In this session, you'll learn how to do all that. We'll deploy an Ambassador ingress controller and show how to expose multiple applications through the load balancer. Finally, we'll look into Jobs and CronJobs and show how to use them to run tasks on schedule.

Learn More 8 0Jun 17 '21

Start Kubernetes Live Stream: Pods, ReplicaSets, and Deployments

Kubernetes for beginners

Learn More 6 0May 31 '21

Attach multiple VirtualServices to Istio Gateway

What will I learn? In this post, you'll learn how to expose multiple Kubernetes services...

Learn More 1 0Dec 1 '20

Exploring Kubernetes Volumes

Running stateful workloads inside Kubernetes is different from running stateless services. The reason...

Learn More 14 0Nov 17 '20

Send a Slack message when Docker images are updated

The Kubernetes labs that are part of the Start Kubernetes course run as multiple Docker images inside...

Learn More 6 0Oct 15 '20

Kubernetes Network Policy

Network Policy Using the NetworkPolicy resource, you can control the traffic flow for your...

Learn More 13 1Nov 1 '20

Sidecar Container Pattern

The sidecar container aims to add or augment an existing container's functionality without changing...

Learn More 10 0Oct 5 '20

Ambassador Container Pattern

The ambassador container pattern aims to hide the primary container's complexity and provide a...

Learn More 6 0Oct 6 '20

Start Kubernetes for Beginners

I am excited to announce my latest course on Kubernetes called Start Kubernetes. Why this...

Learn More 8 1Oct 8 '20

Start Kubernetes: Pods and ReplicaSets

Check out these videos to get started with Kubernetes

Learn More 6 0Sep 30 '20

Kubernetes Init Containers

Init containers allow you to separate your application from the initialization logic and provide a...

Learn More 15 0Sep 26 '20

Branch by Abstraction Pattern

In the previous article, I wrote about the strangler pattern. The strangler pattern is useful for...

Learn More 6 0Aug 18 '20

The Strangler Pattern

The strangler pattern is used in scenarios when you're migrating from monolithic systems by...

Learn More 3 0Aug 14 '20

Tips and suggestions for doing online talks and workshops

A couple of tips for doing online talks and workshops

Learn More 9 0Aug 10 '20

Developing Start Kubernetes with React, TypeScript, and Skaffold

One part of the Start Kubernetes course I am working on (in addition to the book and videos) is the...

Learn More 28 1Jul 13 '20

Securing Kubernetes Ingress with Ambassador and Let's Encrypt

Introduction In the previous article on Kubernetes Ingress I showed you how you can...

Learn More 6 0Jun 26 '20

All About the Ingress Resource

In the previous post I finished with explaining the Kubernetes Services. The next logical step after...

Learn More 7 1Jun 22 '20

Kubernetes Pod Quarantine

You can use this tip if you want to investigate the containers within a pod, but you don't want them to be part of the Kubernetes Service. You don't want to debug something while the traffic might still be flowing to that container

Learn More 5 0Jun 8 '20

Getting started with Kubernetes - Part 1

In this multi-part series of articles about Kubernetes, I'll try and capture what I think everyone...

Learn More 23 1May 26 '20

Horizontal partitioning in MongoDB

In this article, I'll talk a bit about data partitioning. Specifically, I'll talk about horizontal...

Learn More 9 0May 13 '20

Docker image tagging scheme

In this short article, I'll talk about two things: the latest tag in Docker and why you should be...

Learn More 8 0May 8 '20

Six things to keep in mind when working with Dockerfiles

I have been using Docker directly or indirectly for years now. During that time I shot myself in the...

Learn More 23 0May 4 '20

Beginners guide to Docker

Understanding concepts around Docker images and containers is crucial for anyone starting in...

Learn More 138 2Apr 30 '20

Beginners guide to gateways and proxies

Have you heard of gateways, proxies (forward and reverse), load balancers, API gateways? You probably...

Learn More 409 12Apr 27 '20

How I automated the creation of 1420 CSS templates over a weekend?

How I automated and generated 1420 CSS templates for Gumroad

Learn More 41 0Apr 15 '20

Kubernetes and Istio service mesh workshop materials

In the past year, I have done multiple workshops on Kubernetes, Istio and cloud-native development. As part of my workshops, I usually start with theory and explain the concepts using slides, show some demos, but then it's on you, the participant to try out the technology yourself.

Learn More 12 0Feb 6 '20

Build your own Netlify-like deployment for React app using multi-container Kubernetes pod

Ever wondered how you can build your own system that automatically updates your React app each time you push changes to the repository where your app is hosted? In this article, I explain how you can use build a Netlify-like deployment for React apps using a multi-container Kubernetes pod.

Learn More 73 0Jan 7 '20