Operations | Monitoring | ITSM | DevOps | Cloud

How Cloud Asset Management Provides Fuller Inventory Visibility

Cloud adoption has grown in recent years. From organizations developing a cloud-native strategy to those focused on cloud migration, there are many different ways to consume the cloud. No matter the reason for choosing the cloud or how organizations get there, many overlook one critical piece of the puzzle: cloud asset management. Have you been frustrated by figuring out what you have deployed in what cloud? If so, you're not alone. Let's examine why this is so important.

Gartner IOCS Blog - Lucid Motors Case Study

Assaf Resnick, CEO and co-founder of BigPanda, sat down with Sanjay Chandra, vice president of information technology at luxury electric automaker Lucid Motors, at Gartner IT IOCS 2022. They discussed Lucid’s unique ITOps journey and how BigPanda helps minimize downtime of critical applications and services. Sanjay is a visionary ITOps leader, responsible for IT, enterprise systems, global infrastructure, operations and security at Lucid Motors.

How communication can make or break your incidents

In this episode, Pete and Lisa discuss why great communication (both internally and externally) is essential to the success of any incident management process. From keeping your wider team in the loop to minimise disruption, to using customer communication to strengthen your brand when things go wrong, the team share their experiences and top tips for having a transparent incident communication culture.

Kubernetes Monitoring: 4 Data Types to Increase Insights

Having a deep understanding of a Kubernetes cluster is important: the right insights allow you to monitor the performance and health of the cluster, which is necessary for ensuring that applications are running smoothly and that any potential issues can be identified and addressed quickly. As your Kubernetes cluster develops, so does the need for monitoring and troubleshooting.

DevOps Security: Challenges and Best Practices

With the shift from traditional monolithic applications to the distributed microservices of DevOps, there is a need for a similar change in operational security policies. For example, how do you secure a disparate number of micro-systems operating with multiple access credentials across a multi-level organization? DevSecOps (Devops security) answers this question by integrating security at every level of your development process.

Unreadable Metrics: Why You Can't Find Anything in Your Monitoring Dashboards

Dashboards are powerful tools for monitoring and troubleshooting your system. Too often, however, we run into an incident, jump to the dashboard, just to find ourselves drowning in endless data and unable to find what we need. This could be caused not just by the data overload, but also due to seeing too many or too few colors, inconsistent conventions or the lack of visual cues.

The Optymyze CEO Explains 5 Ways To Automate Your DevOps Workflow

The phrase "time is money" couldn't be more accurate in the business. Increasing efficiency and productivity can considerably impact the bottom line for organizations that rely heavily on their development and operations teams. You can reduce manual steps, save time and money, and improve quality overall by automating specific tasks in your DevOps workflow. Here are five ways entrepreneurs like the Optymyze CEO use automation to enhance their DevOps workflow.

Python Syslog | Configuring Syslog in Python using syslog and logging module

Syslog is an important messaging protocol in computing systems where it is used to send system logs or event messages to a specific server. In Python, you can either use the syslog module or the logging module to collect and send syslogs to a central server. Logging is important to audit and debug your software. You can set logging to your running application to help monitor its behavior locally or system-wide. In this tutorial, we will learn how to configure logging to syslog in Python.