ContentPosts from @ramravi92..
Story Mailtrap Team
@sofiatarhonska shared a post, 3 years, 9 months ago
Mailtrap

Sending Emails with Node.js

Mailtrap's very own sending package! Mailtrap provides both sending and testing functionality, and we always aim at saving everyone time and ...

Story
@foxutech shared a post, 3 years, 9 months ago

Troubleshooting Kubernetes Networking — Part1

Troubleshooting Kubernetes Networking: As we are seeing one by one issues on Kubernetes and how to fixit, part of that today we are going to see, another important topic, which is nothing but networking. As this is vest topic to cover, we will be separate one by one and provide the solutions. In this topic, we will be taking some example scenarios and how to fix it.

In this series we should get understand the basics and few related topics, then will see very basic issue and how to fix in this, in coming post will be seeing another extended issue and how to fix it.

0_c3hIjNYGX3F-GlgS.png
Story
@foxutech shared a post, 3 years, 9 months ago

Argo CD Git Webhook Configuration

We have seen about ArgoCD sync configuration and part of that we have understand Argo CD polls the Git repositories every 3minutes to detect the changes done on the repo. In case if you wish to change the delay to quicker, you can configure the webhook events to send the poll to API server. Argo CD supports Git webhook notifications from all major providers in the market like GitHub, GitLab, Bitbucket, Bitbucket Server and Gogs. The following explains how to configure a Git webhook for GitHub and Gitlab, same process can be applicable to other providers.

0_iM6qa7YpwqnQOIQ1 (1).png
Story
@foxutech shared a post, 3 years, 9 months ago

Argo CD Sync Phases and Waves

Recently we have Argo CD Sync options with examples, part of that, there is additional options with sync, those are Phases and waves. Why this is matters? This is sometime very useful, if you are expecting some manifest on sequence or some order. Let’s see about Argo CD Phases and waves, in this section.

0_8VSdhG2X285EcZ1Z.png
Story
@foxutech shared a post, 3 years, 9 months ago

How to Provision Azure Resources using Crossplane

In our last post we have seen about Crossplane and its benefits. In this article, lets check how to provision an azure resource using Crossplane.

0_58dO-gz-jQtlmPMx.png
Story
@foxutech shared a post, 3 years, 9 months ago

Kubernetes DaemonSet — Explained

As we are seeing about Kubernetes resources and how to troubleshoot the Kubernetes issue with live demo. Part of that, in this article, we will have a look at the DaemonSet on Kubernetes.

0_TWc6ebYfGRxDXeKf.png
Story Trending
@filipisaci shared a post, 3 years, 9 months ago
Satc

Creating a Zabbix Low Level Discovery rule step-by-step

I have never found a good guide for how to create my own Zabbix LLD rule and create a template for that.

In this post I will take you through these steps.

So, how is it works? What we need for it works?

Story Mailtrap Team
@sofiatarhonska shared a post, 3 years, 9 months ago
Mailtrap

PHP Email Contact Form

We explain how to build a contact form in PHP, step-by-step. Email validation, reCaptcha, saving inputs to a database, and, of course, ...

Story
@paramsingh1303 shared a post, 3 years, 9 months ago

Trees-Data Structure

In this blog, we will discuss about another data structure i.e. Trees

Story
@foxutech shared a post, 3 years, 9 months ago

Kubernetes CrashLoopBackOff — How to Troubleshoot

We have seen about imagepullbackofferror on last article, now let’s take a look on another familiar error on Kubernetes. If you are working on Kubernetes, this could be on the annoying error, you may experience multiple times. The error is nothing but Kubernetes CrashLoopBackOff, it is one of the common errors in Kubernetes, indicating a pod constantly crashing in an endless loop and either unable to get start or fail.

In this post will see how we can identify the cause of the issue and why we are getting CrashLoopBackOff error, and also, we will cover how you can solve this.

0_aR4qcDku5f9pCbMo.png