Operations | Monitoring | ITSM | DevOps | Cloud

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.