Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Managing Branches is an important part of the software development process. Over time, Branches can accumulate and become difficult to manage. When we work in a company with many developers, there can be situations where the repositories become unwieldy and…
Kubernetes is a powerful orchestration platform, but sometimes pods get stuck in the ContainerCreating status. In this article, we’ll explore common reasons for this issue and provide practical solutions to get your pods up and running smoothly. If you’ve ever…
Alerts for “Zabbix poller processes more than 75% busy” and/or “Zabbix unreachable poller processes more than 75% busy” occur after situations where multiple Kubernetes nodes are born or die, resulting in significant workload for the pollers (Zabbix StartPollersUnreachable and StartPollers).…
Managing multiple accounts and maintaining security can become a considerable challenge in the increasingly complex world of Amazon Web Services (AWS). This is where Granted is a tool changing the game for DevOps/SRE professionals and developers. If you’ve ever found…
Accurate and precise timekeeping in Linux is of utmost importance in production servers for several critical reasons. First and foremost, many applications and services rely on precise time synchronization to function correctly, preventing failures and inconsistencies. Additionally, records and logs…
The world of technology is brimming with essential tools that often go unnoticed by the majority of users. One of these lesser-known tools is the Network Time Protocol (NTP) and its modern successor, Chrony. While time is a fundamental part…
Introduction Maintaining correct time synchronization in systems is crucial to ensure the integrity of operations and the smooth running of various applications. An efficient way to automate this task is through a shell script that performs NTP (Network Time Protocol)…
Tópicos Introduction Enabling ALB Logs Costs Problem Solution Requisitos Creating the Lambda Adjusting Role and Bucket policies Bucket Policy Policy for Role Configuring automation Support material Conclusion Introduction Enabling ALB Logs This week I needed to enable ALB logs on…
In the day-to-day life of a DevOps professional, efficiency and agility are essential to ensure a reliable and high-performance IT environment. In an ever-evolving landscape, we face challenges that require advanced skills in analysis and problem-solving. In this context, knowledge…
The Permission Denied error in Laravel is one of the most frustrating problems that developers and DevOps/SRE teams can encounter when working with the Laravel framework. This problem usually occurs due to incorrect permissions settings for files and directories related…