The latest News and Information on DevOps, CI/CD, Automation and related technologies.
OpenTelemetry vs. OpenTracing - differences, evolution, and ways to migrate to OpenTelemetry.
Kubernetes has emerged as a cornerstone of modern infrastructure orchestration in the ever-evolving landscape of containerized applications and dynamic workloads. One of the critical challenges Kubernetes addresses is efficient resource management – ensuring that applications receive the right amount of compute resources while preventing resource contention that can degrade performance and stability.
SharePoint is a Microsoft-owned platform that provides an extensive range of solutions for content management and collaboration within and outside an organization. Built on a web-based technology stack, it integrates seamlessly with Microsoft Office 365 and offers features like document libraries, team sites, intranets, extranets, and advanced search functionalities. It can be deployed both on-premises or in the cloud.
Containers are an amazing technology. They provide huge benefits and create useful constraints for distributing software. Golang-based software doesn’t need a container in the same way Ruby or Python would bundle the runtime and dependencies. For a statically compiled Go application, the container doesn’t need much beyond the binary.