CloudYuga’s Cloud Engineer Bootcamps

Hands-on program to make the participants Internship/Job ready in 3 months If I look around in my circle everyone is hiring but they keep complaining that they are not getting good candidates. On the other hand, if you look at the profiles on LinkedIN, Job sites etc we’ll find a lot of buzzwords in the […]
Core Dumps with Kata Containers

To learn about core dump with kata containers In the previous blog, we discussed the use of Kata containers for building isolated dev and build environments. In this hands-on lab, let’s take things a step further by discussing how to handle core dumps with Kata containers. There are a variety of reasons why you may need to analyze an application […]
werf: deploy apps to Kubernetes

Learn how to easily deploy applications to Kubernetes using werf, a powerful open source tool. In this lab, you will build a container image with an example application, deploy it to Kubernetes, and modify the configuration and code of the deployed application. We will use a tiny shell script as a demo. It returns pong […]
Need specific kernel settings for your Kubernetes POD?

A low-risk approach for Developers and Administrators Linux provides the sysctl mechanism to modify the kernel behavior at runtime. There are many situations where this is desired. For example, tuning the kernel to run high-performance computing apps, configuring the application core dump settings, modifying network settings, experiments, etc. Sysctl settings can be grouped into two categories: Further Kubernetes […]
Different ways to debug your Kubernetes apps

To learn about the different ways to debug your Kubernetes applications This blog will briefly discuss what I typically use for debugging Kubernetes apps. I hope you will find it helpful too. Exploring different ways to debug Kubernetes apps In this section, we will be going through some of the ways like kubectl exec, sharing namespaces, […]
Meetup: K8s in Production & Cost Reduction when running it on Cloud

Event report: Online Meetup to discuss about k8s challenges while running it in production and how to reduce the cost when deploying in production Last week on 12th July’22 we did online meetup of K8s and CloudNative Meetup . Following was the agenda of the meetup :- 195 people RSVPed to the event and more than 70 […]
The Rise in the Adoption of Cloud-Native Technology and the Growing Demand for Cloud-Native Engineers in 2022:

In this blog we covered the demand for Cloud Native Engineers with latest job survey reports. Cloud is rapidly taking over traditional servers and database systems. And the world is clever not to miss recognizing it — the top companies acknowledged the vitality of cloud-based applications and began investing in cloud technology. Due to the […]
How to TCPdump in Kubernetes !

An introduction and references for tcpdump troubleshooting in kubernetes.
Containerize ReactJS Application With NodeJS

This hands-on lab will show you how to containerize a ReactJS application with a NodeJS Docker container. Pre-requisites for this hands-on lab, The learner must have some basic knowledge about Introduction A ReactJS application, after creating the build, can be served with the NodeJS server-side app as mentioned in this ReactJS Official Documentation. NodeJS is a JavaScript […]
How to TCPdump effectively in Docker !

An introduction and references for tcpdump troubleshooting in kubernetes.