June 2020 Summaries
4 posts from Sysdig
Filter
Month:
Year:
Post Summaries
Back to Blog
Tag mutability in container environments, while convenient, poses significant security risks by allowing image tags to change unexpectedly, which can lead to deployment issues and security vulnerabilities such as the Time-of-check vs. Time-of-use (TOCTOU) problem. Tags in container registries act as pointers to image manifests, and mutable tags can lead to non-deterministic deployments, where the image expected is not the one deployed, potentially allowing malicious images to bypass security checks. Despite the benefits of mutable tags, such as simplifying version tracking and deployment processes, they can cause unpredictable behavior and security threats if not managed properly. Using immutable tags could mitigate these risks, but support for them is limited in many registries. To ensure secure and repeatable deployments, it's recommended to use image digests instead of tags, employ strict security practices, and leverage tools like Sysdig Secure's image scanner and admission controller to validate and monitor Kubernetes deployments, ensuring the exact image version is used consistently across environments.
Jun 23, 2020
2,564 words in the original blog post.
Azure Red Hat OpenShift 4's arrival offers a streamlined way to deploy OpenShift clusters on Azure, reducing operational burdens and accelerating cloud application shipping. The integration of Sysdig enhances this setup by providing unified visibility and security for applications, allowing for deep insights into Kubernetes, infrastructure, and kernel levels. Sysdig's features include real-time threat detection, compliance monitoring, and integration with Azure services like Azure DevOps and Azure Container Registry. Deploying Azure Red Hat OpenShift (ARO) involves using the Azure CLI with the "az aro" extension, and can be automated using tools like Ansible or Terraform. Sysdig further simplifies security with a layered approach, monitoring the build, run, and response phases of applications, and leveraging tools like Falco for real-time threat detection. The collaboration between Microsoft, Red Hat, and Sysdig provides a fully managed solution with simplified licensing and comprehensive security and monitoring features, empowering users to confidently execute applications in the Azure Red Hat OpenShift environment.
Jun 18, 2020
1,572 words in the original blog post.
Sysdig has unveiled its revamped dashboards to enhance the Prometheus monitoring experience by integrating the Prometheus query language (PromQL) and improving user accessibility and functionality. The new dashboards support both PromQL and a form-based editor, catering to varied user expertise levels by allowing complex queries or simple forms for metric analysis. They offer a unified solution for visualizing Prometheus metrics across multiple clouds, with features like role-based access control (RBAC) for secure data management, intelligent query interval selection, and event overlays for contextual insights. The redesign includes a more intuitive user interface, customizable templates, and enhanced sharing capabilities, enabling teams to manage and troubleshoot infrastructure issues more effectively. With these updates, Sysdig aims to provide a comprehensive, user-friendly monitoring tool that facilitates proactive infrastructure management and ensures compliance with service level objectives (SLOs).
Jun 11, 2020
1,623 words in the original blog post.
Monitoring AWS Fargate with Prometheus and Sysdig involves leveraging existing Prometheus ingestion capabilities within Sysdig Monitor to provide a comprehensive view of serverless services. As serverless computing rises, AWS Fargate allows developers to focus on code deployment without managing container infrastructure, making it essential to monitor these services effectively. AWS CloudWatch, alongside Prometheus exporters like the yet-another-cloudwatch-exporter (YACE), is utilized to gather and expose metrics in a standardized format, enabling their integration into Sysdig Monitor. The process involves setting up AWS IAM policies, configuring exporter permissions, and defining which metrics to scrape, such as CPU and memory usage, task states, and network performance. Once integrated, Sysdig dashboards offer insights into cluster behavior, resource utilization, and potential issues, allowing for proactive alerts and efficient resource management in AWS Fargate environments.
Jun 09, 2020
3,167 words in the original blog post.