IaC Cloud Misconfiguration Tools too Noisy without Context - The New Stack
Analyzing Infrastructure as Code (IaC) to detect cloud misconfigurations is one of the hottest topics in cybersecurity. An entire industry has popped up around this single topic — and for good reason! But today’s IaC tools analyze security configurations in a limited, myopic way that generates noisy alerts and does not help organizations understand their […]
What you need to know about cluster logging in Kubernetes
Server and application logging is an important facility for developers, operators, and security teams to understand an application's state running in their production environment. Logging allows operators to determine if the applications and the required components are running smoothly and detect if something unusual is happening so they can react to the situation.
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 […]