Operations | Monitoring | ITSM | DevOps | Cloud

DevOps

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

SQL Server, Part 4: Understanding built-in SQL Server principals

In the previous blog in this series, we discussed the principle of least privilege, and the importance of assigning bare minimum privileges to users and systems at database or server levels. However, there are certain built-in principals in your database that possess all permissions in SQL Server. If an attacker managed to get hold of one of these principals, the database could be easily exploited and damaged.

Qovery and the Twelve-Factor App methodology

The Twelve-Factor App methodology is a methodology for building platform-agnostic and resilient applications. It was introduced by Adam Wiggins while working at Heroku in 2011. Nearly 10 years later, this methodology is still considered by the developer community as an excellent practice to follow when building an application. In this article, we will see step by step how Qovery respects and improves the 12-factor methodology. Here we go.

How Businesses Can Gain Commercial Value from Kubernetes Deployments

Our very own regional director of Northern EMEA, Jeroen Overmaat, recently joined our partner, Magic Sandbox BV (MSB), for the inaugural episode of Magic Devcast, their new technology podcast. Magic Devcast brings together technology industry personalities and influencers from around the world to discuss how they tackle the ever-changing landscape, how to approach remote work, learning and much more.

KMC - Hands On with K3s Support in Rancher 2.4 - 2020-06-16

K3s, the lightweight- certified Kubernetes distribution created by Rancher Labs, has become a popular choise for IoT and edge computing. But Rancher users have been asking for tighter integration between Rancher Server and K3s. With Rancher 2.4, new Rancher HA installations can be installed on K3s clusters with external SQL databases. This setup simplifies cluster administration with no need to operate etcd. Management of the database can be offloaded to hosted solutions like RDS running MySQL. In this Kubernetes Master Class, Rancher Software Engineers will discuss and demo the new K3s support in Rancher, review use cases and best practices.

Longhorn Launch Webinar - ANZS - 2020-06-16

This is the recording of the virtual launch event for the GA launch of the CNCF project Longhorn. When combined with Rancher, Longhorn provides DevOps teams with a lightweight, reliable cloud-native management and storage orchestration platform for any Kubernetes environment. Originally created by Rancher as an open source project in 2017, Longhorn was donated to the CNCF in 2019 as a sandbox project. On May 28, Longhorn will reach ‘General Availability’ status, providing the cloud-native ecosystem with lightweight and reliable persistent storage solution for Kubernetes.

New command line client, back to Go!

It feels like a lifetime ago, well, 3 years is a lifetime in tech, that I wrote a blog post explaining how we rewrote our API server from Golang to Ruby on Rails. Here we are and I'm about to explain about how we've been back and forth doing the same thing for our CLI. Just after that time, I wrote the first version of our CLI utility in Golang. However, with only me knowing Golang on the team, we weren't able to achieve the velocity and pace of adding features within the CLI as I'd like.

Increase cloud cost savings with enhanced Kubernetes workload right-sizing

Ocean by Spot’s right-sizing feature helps cloud users optimize their workload resource utilization while reducing unnecessary infrastructure costs. Ocean continuously monitors Kubernetes workloads’ CPU and Memory usage, providing sizing recommendations for deployments based on the delta between the workload’s request and utilization.

Grafana vs Chronograf - The Dashboards

Visualization and Analytics are two of the most important aspects of monitoring without which the entire data stack could just mean NOTHING. Considering the plethora of graphing tools available in the market today, selecting the right one could often be confusing. In our blogs at Metricfire, we break down the best tools in terms of their setup efforts, usage, market competitors, pricing models, best practices, and many more. Grafana and Chronograf both are among the best tools available today.

Fargate vs. Lambda: Serverless in AWS

Serverless computing has taken off in recent years as engineering organizations have shied away from the complexity and cost that comes with managing physical servers and even virtual machines hosted on a cloud like AWS. If you are interested in serverless options on AWS, you should be comparing Lambda and ECS Fargate to figure out what fits your use case best. In this blog post we will compare these two AWS services in the following areas...