Operations | Monitoring | ITSM | DevOps | Cloud

DevOps

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

Kubernetes Load Balancers: A Beginner's Guide

In the earlier days of the internet, organizations faced resource allocation challenges when running applications on physical servers. They initially resorted to running individual applications on separate physical servers, which was costly and not scalable. As the internet continued to evolve, organizations sought more efficient ways to manage their applications and workloads.

Using Azure App configuration with Azure Integration Services - Bill Chesnut

Step into the world of Azure App Configuration with Bill Chesnut from SixPivot at INTEGRATE 2023 in this session titled "Using Azure App configuration with Azure Integration Services". Bill demystifies the process of application development, highlighting the advantages of Azure App Configuration over direct Azure Key Vault access. From real-world GitHub examples to its seamless integration with Logic Apps, learn how app configuration simplifies and secures your workflow.

How to use the View Mode to remote monitor my devices on AirDroid Business

Welcome to this tutorial video where we will guide you on how to use the View Mode in AirDroid Business which allows you to remote monitor your devices from a single interface. AirDroid Business is an MDM solution that helps you manage all your Android devices effectively and securely.

Adopt a 'GDPR everywhere' strategy

Companies used to have an easier time complying with regulations, but compliance has really never been a straightforward endeavor. In the past, there was one set of rules for businesses to obey, the local rules in the place where companies do business. If the business expanded into new parts of the world, they would have to comply with new rules, but these would apply only to those new territories. The global economy means an end to this approach.

Meet Cyber Essentials requirements with Ubuntu Pro

Cyber Essentials is an increasingly important security standard within the UK that allows organisations to demonstrate to their customers that they operate their business in a secure and trustworthy manner. Achieving the Cyber Essentials certification helps businesses win new customers and stand out amongst their peers. It is a requirement for any company that seeks to sell their services to the UK Government.

Building a Culture of Reliability: Why SREs Can't Do It Alone

Join Gremlin CTO and Founder Kolton Andrus to hear practical strategies for building a collaborative culture of reliability. High-velocity DevOps orgs and complex cloud-native architectures have made reliability harder than ever. Organizations are turning to SREs to make sure systems are reliable, but with so many stakeholders and competing priorities, many companies are still struggling to get ahead of the outages and incidents—SREs simply can't do it all by themselves.

Deploy a Dockerized Spring Boot app to Azure App Service

Incompatible hardware is a common cause of application failures for distributed teams. Most teams depend on containerization tools like Docker to prevent these failures. But is there any way to automate the deployment of Docker images more efficiently and intuitively? In this article, I will show you how simple it is to do this by combining CircleCI and Microsoft Azure to build a CI/CD pipeline for a Dockerized Spring Boot project.