Month: March 2023

Probes In Kubernetes – Liveness Probe, Readiness Probe, Startup Probe

Welcome to my 4th blog post on the Kubernetes series where today I will be talking about different probes that can be used to check the health of pods or containers in Kubernetes!

Kubernetes is a popular container orchestration system that provides a scalable and reliable way to deploy, manage, and scale applications. One of the key features of Kubernetes is the ability to automatically check the health of pods and containers to ensure that they are running properly.

In this blog post, I will explore the different types of probes that Kubernetes provides and how they can be used to monitor the health of pods and containers. Whether you’re new to Kubernetes or an experienced user, this post will help you better understand how to ensure that your applications are running smoothly.

Read More

How To Create Pods And Check Pod Health In Kubernetes

Kubernetes is an open-source system for automating the deployment, scaling, and management of containerized applications. It was originally developed by Google and is now maintained by the Cloud Native Computing Foundation.

In this blog post today, I will share how to create Pods in Kubernetes using a YAML file and finally what are the options to check pod’s health in Kubernetes.

Read More

How To Secure Apex Code With User Mode Database Operations | Spring 23 Release

Apex code runs in System Mode by default, with elevated access. If you want to run apex code respecting the running user’s permission, now after Spring 23 release, you can do that. With Spring 23 release, Salesforce is bringing the option to execute apex Database and Search methods in user mode instead of default system mode. In this blog post, I will share some examples, but if you prefer to watch videos instead of reading the post, you can do that by watching the video below, which I have published on my Youtube Channel – Technical Potpourri.

Read More

Archives