Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on DevOps, CI/CD, Automation and related technologies.

The Benefits of using containerization in DevOps workflows

Software development cycles demand rapid deployment and scalability, traditional infrastructure struggles to keep pace. Enter containerization—a revolutionary technology empowering DevOps teams to streamline their workflows, enhance portability, and drive efficiency in software development and deployment.

Yay CPU Limits or Nay CPU Limits 001 by Natan Yellin - Navigate Europe 23

Natan Yellin demystifies Kubernetes resource management, with a particular focus on CPU limits. Through practical examples, including a unique 'Tinder for Socks' analogy, Natan challenges the conventional use of CPU limits and offers alternative strategies for optimizing performance and cost in Kubernetes environments.

Ephemeral Environments for Every PR - Are We There Yet? by Yshay Yaacobi - Navigate Europe 23

Join Yshay Yaacobi as he delves into the transformative world of ephemeral environments in software development. Discover how his team revolutionized their PR flow, adopting Fermyon environments for automated, efficient deployment processes. This session covers the journey from manual deployments to a seamless, continuous deployment strategy, offering insights into the practical benefits and applications of ephemeral environments in modern software development.

Equipping Dev Teams for Peak Observability Performance 001 with Andreas Prins - Navigate Europe 23

Join Andreas Prins as he explores the parallels between baking pizza and implementing effective observability strategies in DevOps. Andreas shares his unique perspective on Kubernetes adoption, the importance of toolsets in observability, and the value of experience in handling operations and development challenges. Dive into the world of DevOps with a slice of creativity!

Comparing Uptime Monitoring, Heartbeat Monitoring, and Synthetic Monitoring

In the quest for a high-velocity development environment, one fundamental question looms large: "How can you ensure an exceptional end-user experience when an array of engineers continually push and deploy code?" The unequivocal answer to this pivotal inquiry lies in the establishment of robust, straightforward, and well-defined monitoring practices.

IT Automation Powers SRE Practices as System Complexity, Consumer Demands Grow

Site Reliability Engineers (SREs) use automation and orchestration capabilities to scale security and performance, ensuring sites are reliable and efficient. Site Reliability Engineering (SRE) can be applied to a wide range of use cases and industries, where software systems and services are critical to business operations.

Top Data Center Management Trends to Watch in 2024

In the blink of an eye, 2023 has come to an end and the data center industry saw lots of movement towards sustainability, AI, and operational efficiency. Data center management is ever-changing and evolving, and it’s important to stay on top of the latest trends to guide you to success in the new year. With 2024 just days away, here are the top 10 emerging data center management trends that you should watch out for.

Testing a PyTorch machine learning model with pytest and CircleCI

PyTorch is an open-source machine learning (ML) framework that accelerates the path from research prototyping to production deployment. You can work with PyTorch using regular Python without delving into the underlying native C++ code. It contains a full toolkit for building production-worthy ML applications, including layers for deep neural networks, activation functions and optimizers. It also has associated libraries for computer vision and natural language processing.