Operations | Monitoring | ITSM | DevOps | Cloud

AWS Outage on Dec. 7, 2021 - When Did You Know About It?

If something isn’t working as expected, your customers will want to know. How quickly did you know that AWS’s us-east-1 region was having issues? Was it from an article online? Customer requests flooding into your support queue? A tweet?? Not being able to get into a PUBG match? Or speaking of matches, were you unable to message your last Tinder connection?

Broadcom Announces Intent to Acquire AppNeta

Broadcom announced its intent to acquire privately-held AppNeta, headquartered in Boston, MA. AppNeta is a provider of SaaS-based solutions that provide enterprise IT teams with precise, end-to-end visibility into network performance from the end-user’s point of view. Combined with Broadcom Software’s DX NetOps, AppNeta'a monitoring capabilities will help enterprises and service providers to more efficiently diagnose and improve network performance for end-users, independent of what network they use to access applications.

Better Together - DX NetOps and AppNeta Enable a New Level of Network Visibility, Anywhere

Broadcom announced its intent to acquire privately-held AppNeta, headquartered in Boston, MA. AppNeta is a provider of SaaS-based solutions that provide enterprise IT teams with precise, end-to-end visibility into network performance from the end-user’s point of view. Together, DX NetOps and AppNeta deliver network visibility into any connected experience over any network.

Crossplane and Shipa Webinar

Learn in this Shipa Webinar how to leverage Crossplane to create a GKE Cluster then enforce/manage/deploy an application leveraging Shipa. Similar to the Terraform approach, Shipa and Crossplane can be integrated together. Crossplane can create all of the necessary objects that are needed for Shipa Cloud to be wired into additional Kubernetes clusters. Even if this is your first time using one or both of these platforms, this example is geared towards you.

Python JSON Log Limits: What Are They and How Can You Avoid Them?

Python JSON logging has become the standard for generating readable structured data from logs. While logging in JSON is definitely much better than using the standard logging module, it comes with its own set of challenges. As your server or application grows, the number of logs also increases exponentially. It’s difficult to go through JSON log files, even if it’s structured, due to the sheer size of logs generated.