I use "chentex/random-logger" image, which write stdout/stderr to the container. I want to make deployment yaml, which run the chentex's image, and put it's logs in file inside shared volume. Can I...
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.
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.