Operations | Monitoring | ITSM | DevOps | Cloud

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

HTTP Keep-Alive, Pipelining, Multiplexing and Connection Pooling

Persistent connections allow HAProxy to optimize resource usage, lower latency on both the client and server side, and support connection pooling. HTTP is a layer 7 protocol that’s transmitted over a TCP connection. It works in a client-server model and follows the request-response paradigm, which means that a client sends a request to a server, which then replies with a response. From this statement, you can infer two different ways of operating.

Sips - "Monolith to Microservices: The Developer Experience - 'It's so Complicated!'"

Coffee and Containers "Sips" are short clips from the regular Coffee and Containers web series. By 2022, IDC predicts that 90% of all new apps will feature a microservices architecture. Some of the drivers behind that are the improved ability to design, debug, update and leverage third-party code, and more. However, transitioning an existing application from a traditional monolith architecture to microservices architecture can be very challenging. How do we get started down the microservices path?

Tapping Native Controls in Kubernetes to Protect Your Cloud-Native Apps

As companies adopt container technologies, they face a significant challenge - how do we secure this new attack surface? It’s an issue that you often see backlogged in favor of solving storage, networking and monitoring issues. Add on the challenge of educating the workforce on one of the fastest-growing open source projects to date, and it’s no wonder security has lagged as the primary focus for teams.

How to Expose and protect Logic App using Azure API Management (Part 4) - Delete a Logic Apps expose as an API or operation

You may be thinking, hey Sandro, what the hell? That is basic information and a straightforward task. Why do you want to write about that? Indeed it is, and you are right that it is an effortless and straightforward operation, at least at first glance. But like most things, nothing is that simple if you look closer. But let me explain better. Let’s imagine that we have an API call MoniorBizTalkPorts.

A Look Back At Console Connect In 2020

2020 has been a year of challenge and change for the world. The global pandemic has accelerated the pace of technological change for businesses around the world, leading to a shift in working patterns and prompting the move to a more virtual workforce. For Console Connect, it has been a year of significant growth.

Alerts to answers: guided root cause exploration for AWS apps (Snoop)

Troubleshooting incidents in a modern AWS app is challenging given the diversity of AWS services in use and the dependencies between them. This customer session will lead AWS infra/DevOps engineers and SREs through a root cause exploration methodology and best practices that will reduce time to resolution.

Observability and AI: Better Together | Moogsoft Tech Webinar

There’s an AI-led developer and operations (DevOps) evolution afoot which is stoking SREs’ increasingly critical efforts to assure and improve the customer experience by automating the toil out of observability. This movement feeds on a supercharged process of turning telemetry into actionable insight by automatically drawing anomalies, changes and events out of the full-stack event and telemetry data, and analyzing it for correlation and causality. In a fully digital economy, a movement like this puts SREs in the driver’s seat of not just development, but of an organization’s entire success.

Speed Up Development with Automated Kubernetes Deployments

Are you or your team currently looking for your next-generation architecture? Or perhaps are you already there, but looking for the best way to automate and manage it. In this blog, we’re going to talk about deploying Rancher environments using the power of env0. Rancher is a complete software stack for teams adopting containers.

Host Your Helm Chart in ChartCenter Directly From Source

Ownership isn’t for everyone — building and maintaining an abode is a lot of trouble when all you need is a place to hang your hat. That can also be true when you’re a creator of Helm charts. You’ll certainly want the benefits of a Helm chart repository to store, version, and share your charts for deploying applications to Kubernetes.