Blog

Better Understanding of Open-Source LLM Deployment on Azure GPU Instances

Large Language Model on GPUs

Large Language Models (LLMs) are crucial for many applications. Azure’s GPU-optimized virtual machines enhance LLM performance, particularly for data privacy. Azure offers NVIDIA GPUs like V100, P100, A10, and A100, perfect for training and operating LLMs. However, selecting the most suitable Azure GPU-optimized size can be daunting initially.

Kubernetes Labels for Better Control

Labels in Kubernetes are a powerful tool that can significantly enhance the manageability and organization of your resources within a cluster. As a DevOps engineer, you’re likely familiar with the challenges of maintaining order in a dynamic and complex containerized environment. This is where Kubernetes labels come into play, offering a streamlined approach to categorizing … Read more

First look at new E5.Flex instances on OCI

Oracle has announced the general availability of Oracle Cloud Infrastructure (OCI) new compute E5 instances based on 4th generation AMD EPYC Processors™ (Code-Named “Genoa”), compared to the previous generation of E4 with over 33%-better performance per core. The E5 VMs are priced at $0.030/h per OCPU (or $0.015 per core). It is 20% more expensive than … Read more

FinOps: How to Optimize Your Cloud Costs on Oracle Cloud Infrastructure

FinOps is a set of practices that aim to align cloud-based organisations’ financial goals and operational efficiency. FinOps helps you monitor, analyze, and optimize your cloud spending while ensuring you get the best performance and value from your cloud resources. This blog post will explore how you can apply FinOps principles and best practices to … Read more

Git Best Practices for Collaborative DevOps Teams

Collaboration is key in the world of DevOps. Successful DevOps teams need to work seamlessly, efficiently, and securely. Git, a distributed version control system, enables collaborative software development. This post will explore Git’s best practices that help collaborative DevOps teams streamline their workflows and improve productivity. 1. Branching Strategy: Keep It Clean When working within … Read more

Measuring DevOps Success: Key Metrics and KPIs to Track

DevOps practices have revolutionized the software development and IT operations landscape, fostering a culture of collaboration, automation, and continuous improvement. But how do you know if your DevOps initiatives are successful? The answer lies in measuring key metrics and KPIs (Key Performance Indicators) that provide insight into your processes and help you identify improvement areas. … Read more

Learn about Container Vulnerability Scanning Options

In the world of DevOps, Docker has become a fundamental technology for containerization. However, with great power comes great responsibility, especially regarding security. Docker images are the building blocks of containers, and they need to be as secure as possible. One crucial aspect of Docker security is vulnerability scanning. In this blog post, we’ll explore … Read more