DevOps engineers wishing to troubleshoot Kubernetes applications can turn to log messages to spot error causes & their impact on the rest of the cluster.
I've been using Bash functions quite liberally over the past couple years, but
last week I discovered that they can be much better than I thought. In this
post, I'll explain how I thought they worked, why I was wrong, and how that
makes them better.Function syntax
What you need to know about Kubernetes NetworkPolicy
With a growing number of cloud-native applications going to production through Kubernetes adoption, security is an important checkpoint that you must consider early in the process. When designing a cloud-native application, it is very important to embed a security strategy up front. Failure to do so leads to lingering security issues that can cause project delays and ultimately cost you unnecessary stress and money.
Nebula Graph - An Open Source, Distributed and High Performant Graph Database
Featuring horizontal scalability, strong data consistency, high availability, and SQL-like query language, Nebula Graph database enables you to get insight out of your connected data. Get it now. For free
Ansible failed to connect to the host via ssh - Quick solution
Looking for how to fix Ansible error failed to connect to the host via ssh? We can help you. Ansible saves time by automation of server tasks. However, improper host entry in the Ansible Inventory file or bad SSH configuration can create connection errors too. At Bobcares, we get requests to fix Ansible errors as […]
I have ten or so servers that I connect to with SSH on a regular basis. Each has an entry in my local computer's ~/.ssh/config file.
To avoid losing control of my running process when my Internet
How to Rsync Files Between Two Linux Servers Automatically
Setting up a backup server to take over a primary server’s operations when it becomes a victim of server downtime issues is a skill set that most users need.
The timing of certain events is a common task for a developer. Common scenarios for timers are watchdogs, cyclic execution of tasks, or scheduling events for a specific time. In this article, I show how to create a POSIX-compliant interval timer using timer_create(...). You can download the source code for the following examples from GitHub.
A couple of months ago I wrote a toy program called whitespacer. Ever since, I’ve had this gnawing feeling that I could have done it better; that it could have been written in a more performant manner.