Operations | Monitoring | ITSM | DevOps | Cloud

September 2023

Ephemeral Environments for Blue-Green Deployments: A Step-by-Step Guide

Blue-green deployments have emerged as a beacon for seamless updates in software development. By juggling two environments, blue (old) and green (new), changes are tested and rolled out with minimal hiccups. Yet, traditional environments, with their database schemas and code differences, often throw a spanner in the works.

How to deploy Grafana on Kubernetes (Grafana Office Hours #13)

Senior Developer Advocates Nicole van der Hoeven and Usman Ahmad talk about how to deploy Grafana on Kubernetes for beginners: what Kubernetes is, how it's an evolution of distributed computing, what its relationship to Docker is, other things you might need to know to work with Kubernetes, and how you can deploy Grafana on your own Kubernetes clusters.

Amplifying Developer Efficiency: Leveraging Internal Developer Platforms for Optimal Performance

Learn how developers can enhance their efficiency and streamline software development processes by integrating internal developer platforms into their daily workflow. This will set the stage for product successes that have never been seen before.

New Software Development Concepts You Should Know

The technology industry, particularly the digital and software development sectors, is constantly evolving. As a professional within this industry, staying abreast of new methodologies, trends, and concepts is crucial to staying relevant. This article aims to shed light on key developments in software programming that you should be aware of. Plus, we'll look at the implications of these developments on your role as a software developer.

Beyond savings: Overlooked aspects of container optimization

Managing container environments, such as Kubernetes data planes and ECS requires more than achieving cost savings. Yes, this is a vital component of optimizing your containers. But you also need to optimize for availability and usage, all while having a clear visualization of how your costs break down across compute, network, and storage.

DIY or managed suite: Choosing the right AWS container optimization solution

When it comes to choosing the right AWS container optimization solution, building a DIY suite of free optimizer tools may seem like a great idea, but will it provide everything you need? The hidden, total cost of ownership (TCO) for open-source tools can quickly build up, making it a less manageable option when compared to a third-party optimizer. Our helpful list of what you need to consider will help you decide which AWS container optimization solution is right for you: a DIY toolset or a managed suite.

How to SSH into Docker containers

A Docker container is a portable software package that holds an application’s code, necessary dependencies, and environment settings in a lightweight, standalone, and easily runnable form. When running an application in Docker, you might need to perform some analysis or troubleshooting to diagnose and fix errors. Rather than recreating the environment and testing it separately, it is often easier to SSH into the Docker container to check on its health.

Navigating Multi-Cloud Environments: Managing Deployments with Ease

Multi-cloud seems like an obvious path for most organizations, but what isn’t obvious is how to implement it, especially with a DevOps centric approach. For Cycle users, multi-cloud is just something they do. It’s a native part of the platform and a standardized experience that has led to 70+% of our users consuming infrastructure from more than 1 provider.

Unlocking Kubernetes Deployment Excellence with CI CD Automation

Software development, agility and efficiency are paramount. Continuous Integration and Continuous Deployment (CI/CD) practices have revolutionised the way we build, test, and deploy software. When coupled with the power of Kubernetes, an open-source container orchestration platform, organisations can achieve a level of deployment excellence that was once only a dream.

Reaping the Benefits of Multi-Cluster Orchestration in Kubernetes

The rise of containerization has precipitated an unprecedented shift in the software development landscape, with Kubernetes emerging as the de facto standard for managing large-scale containerized applications. One of the more nuanced aspects of Kubernetes that is gaining attention is multi-cluster orchestration. This approach to cluster management offers several compelling advantages that reshape how businesses operate and innovate in a cloud-native context.

Virtual Kubernetes Clusters - Tips and Tricks - Civo Navigate NA 2023

Explore the world of virtual Kubernetes clusters in this comprehensive session from Rich Burroughs and Carl Montanari. Dive deep into Kubernetes multi-tenancy models, understand the power of vcluster, and uncover ten essential tips and tricks to optimize your virtual cluster experience.

Failing in the Cloud-How to Turn It Around

Success in the cloud continues to be elusive for many organizations. A recent Forbes article describes how financial services firms are struggling to succeed in the cloud, citing Accenture Research that found that only 40% of banks and less than half of insurers fully achieved their expected outcomes from migrating to cloud. Similarly, a 2022 KPMG Technology Survey found that 67% of organizations said they had failed to receive a return on investment in the cloud.

Automate Kubernetes Platform Operations

Platform engineering and operations teams like yours are facing new challenges. You need to provide modern container infrastructure that's flexible enough to address business needs and also complies with organizational requirements. And that's tougher than ever to do. As the size and scope of your cloud native estate grow, so can the disorganized use of multiple clouds, creating cloud chaos. Plus, as your businesses run more apps across more clouds, you're likely being asked to manage multiple, diverse Kubernetes environments. Expectations are high, time is short, and the pressure is on.

Scaling in Kubernetes: An Overview

Kubernetes has become the de facto standard for container orchestration, offering powerful features for managing and scaling containerized applications. In this guide, we will explore the various aspects of Kubernetes scaling and explain how to effectively scale your applications using Kubernetes. From understanding the scaling concepts to practical implementation techniques, this guide aims to equip you with the knowledge to leverage Kubernetes scaling capabilities efficiently.

Rootless Containers - A Comprehensive Guide

Containers have gained significant popularity due to their ability to isolate applications from the diverse computing environments they operate in. They offer developers a streamlined approach, enabling them to concentrate on the core application logic and its associated dependencies, all encapsulated within a unified unit.

How to ensure your Kubernetes Pods have enough memory

Memory (or RAM, short for random-access memory) is a finite and critical computing resource. The amount of RAM in a system dictates the number and complexity of processes that can run on the system, and running out of RAM can cause significant problems, including: This problem can be mitigated using clustered platforms like Kubernetes, where you can add or remove RAM capacity by adding or removing nodes on-demand.

Operationalizing Kubernetes within DoD - Civo Navigate NA 2023

Join Ryan Gutwein of the Ignite Assurance Platform as he dives deep into the DoD's journey of operationalizing Kubernetes, navigating governance challenges, and the transformation from traditional compliance to action-driven modernization. Discover the latest in software factories, component aggregation, and see demonstrations of platforms shaping the future of DoD tech.

Cycle's New Interface Part III: The Future is LowOps

We recently covered some of the complex decisions and architecture behind Cycle’s brand new interface. In this final installment, we’ll peer into our crystal ball and glimpse into the future of the Cycle portal. Cycle already is a production-ready DevOps platform capable of running even the most demanding websites and applications. But, that doesn’t mean we can’t make the platform even more functional, and make DevOps even simpler to manage.

[Webinar] Unified container visibility: Managing multi-cluster Kubernetes environments

Is your Kubernetes environment functioning optimally? The most challenging part of running a container environment is maintaining it. This webinar captures the critical challenges in monitoring the Kubernetes environment, the pivotal monitoring metrics you should consider, and a few best practice recommendations to guide you through the rough waters of Kubernetes monitoring. We have also discussed how Site24x7 can benefit your cluster environment with some real-time use cases.

Optimizing Workloads in Kubernetes: Understanding Requests and Limits

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.

Rescue Struggling Pods from Scratch

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.

10 Best Internal Developer Portals to Consider in 2023

In a world characterized by complex software and fast-paced development cycles, Internal Developer Portals have become increasingly vital. Unlike Internal Developer Platforms, which are more focused on the code-to-cloud deployment pipeline, an Internal Developer Portal acts as a centralized hub for a multitude of resources, tools, and APIs that developers require throughout the software development lifecycle.

Speed up your Team by Moving your Development Environments to Kubernetes - Civo Navigate NA 2023

Join Ramiro Berrelleza, a founder of Okteto, as he delves deep into the benefits of transitioning your development environment to Kubernetes. Dive into the intricacies of cloud development, witness a live demo of Okteto in action, and discover the future of efficient coding and collaboration.

Merging to Main #7: Scaling CI/CD Across Languages & Technologies

Language specific companies used to be the norm because of the complexities of switching programming languages between projects and toolsets. In the last decade the entire market has shifted towards “use the best language for the job” which means achieving efficient Continuous Integration and Continuous Deployment (CI/CD) needs to be more than just language agnostic, it needs to be language empowering.

Using Imposter Syndrome to your Advantage - Civo Navigate NA 2023

​@KunalKushwaha addresses the topic of Imposter Syndrome and its implications within the tech community. From identifying its presence among seasoned professionals to beginners, Kunal provides insights on how to turn this seemingly negative feeling into a powerful tool for growth and learning. Join the conversation and learn strategies to harness your potential.

What I Learnt Fixing 50+ Broken Kubernetes Clusters - Civo Navigate NA 23

Join David Flanagan as he dives deep into the world of Kubernetes, sharing insights from his experiences fixing 100 broken clusters, and emphasizing the importance of learning from failures. Discover various tools, tips, and techniques to optimize your Kubernetes operations.

How I cut my AKS cluster costs by 85%

Recently we announced the availability of a new version of Ocean for Azure Kubernetes Service (AKS). I decided to migrate some of our production services. While the service was already running on native AKS, we decided to leverage Spot’s Ocean for AKS to manage it more effectively, and, as they say, drink our own champagne. The outcome has been quite impressive. I managed to reduce our spending for this AKS cluster by a staggering 85%. You can see the results in the screen capture provided below.

How to Build an Internal Developer Platform: Everything You Need to Know

Enter into the Internal Developer Platform (IDP) world, a game-changing solution that empowers development teams to streamline workflows, optimize resource management, and enhance productivity. This article is your comprehensive guide to building an Internal Developer Platform, demystifying its components, benefits, and best practices.

Application Dependency Maps: The Secret Weapon for Troubleshooting Kubernetes

Picture this: You're knee-deep in the intricacies of a complex Kubernetes deployment, dealing with a web of services and resources that seem like a tangled ball of string. Visualization feels like an impossible dream, and understanding the interactions between resources? Well, that's another story. Meanwhile, your inbox is overflowing with alert emails, your Slack is buzzing with queries from the business side, and all you really want to do is figure out where the glitch is. Stressful? You bet!

Building a Secure By-Design Pipeline with an Open Source Stack - Civo Navigate NA 23

Rotem Refael, Director of Engineering at Armo, delves deep into building a Secure by Design Pipeline using an open-source stack. Emphasizing the importance of the "Shift Left" strategy in the DevSecOps realm, she addresses the gaps in the traditional CI/CD pipeline and suggests comprehensive tools to address them. Rotem showcases the benefits of Kubescape, an open-source solution by Armo for Kubernetes security, and highlights the need for security gates throughout development.

Deploying a multi-availability zone Kubernetes cluster for High Availability

Many cloud infrastructure providers make deploying services as easy as a few clicks. However, making those services high availability (HA) is a different story. What happens to your service if your cloud provider has an Availability Zone (AZ) outage? Will your application still work, and more importantly, can you prove it will still work? In this blog, we'll discuss AZ redundancy with a focus on Kubernetes clusters.

Monitoring Kubernetes tutorial: Using Grafana and Prometheus

Behind the trends of cloud-native architectures and microservices lies a technical complexity, a paradigm shift, and a rugged learning curve. This complexity manifests itself in the design, deployment, and security, as well as everything that concerns the monitoring and observability of applications running in distributed systems like Kubernetes. Fortunately, there are tools to help developers overcome these obstacles.

The Difficulties of Measuring Engineering

The report is so absurd and naive that it makes no sense to critique it in detail. - Kent Beck responding to the McKinsey Report. Luckily this was a hollow threat, because a few days later he and fellow blogger Gergely Orosz released a two part blog series critiquing not exactly Mckinsey's report but... any report that tried to put “effort based” metrics at the top of the list for things to track.

Announcing the Harvester v1.2.0 Release

Ten months have elapsed since we launched Harvester v1.1 back in October of last year. Harvester has since become an integral part of the Rancher platform, experiencing substantial growth within the community while gathering valuable user feedback along the way. Our dedicated team has been hard at work incorporating this feedback into our development process, and today, I am thrilled to introduce Harvester v1.2.0!

Understanding Monoliths and Microservices - VMware Tanzu Fundamentals

In this episode, we discover the key differences between monoliths and microservices, and how VMware Tanzu revolutionizes modern application development and management. Dive into the future of scalable, resilient, and agile software solutions. Watch now to stay ahead of the game and see how to unlock the potential of your tech stack.

How to Gain the Advantages of an Immutable and Self-Healing Infrastructure

Among the benefits D2iQ customers gain by deploying the D2iQ Kubernetes Platform (DKP) is an immutable and self-healing Kubernetes infrastructure. The benefits include greater reliability, uptime, and security, reduced complexity, and easier Kubernetes cluster management. The key to gaining these capabilities is Cluster API (CAPI). DKP uses CAPI to provision and manage Kubernetes clusters, which imposes an immutable deployment model and enables state reconciliation for Kubernetes clusters.

Realtime Collaboration in Kubernetes to Supercharge Team Productivity - Civo Navigate NA 2023

Join Narayan Sainaney, the CTO of Codezero, as he delves into the challenges of real-time collaboration in Kubernetes and shares a personal tale of scalability, outages, and the solutions that emerged from these challenges. Discover how Codezero's tools can redefine your Kubernetes experience.

VMware Named an Outperformer in 2023 GigaOm Radar Report for GitOps

VMware is pleased to reveal that we have been named an Outperformer in the 2023 GigaOm Radar Report for GitOps. In the outperformer ring and moving closer to a leadership position, VMware has been placed in the Platform Play and Innovation quadrant. The GigaOm Radar for GitOps shows VMware as an outperformer.

Container Network Observability

Justin Ryburn describes the complexities of managing the network in a modern Kubernetes deployment and how Kentik can provide observability. Leveraging eBPF technology allows network engineers the ability to visualize and make sense of the network traffic within the Kubernetes cluster, as well as traffic entering and leaving the cluster. Justin wraps up with a brief demo of Kentik’s beta Kentik Kube functionality.

Microservices on Kubernetes: 12 Expert Tips for Success

In recent years, microservices have emerged as a popular architectural pattern. Although these self-contained services offer greater flexibility, scalability, and maintainability compared to monolithic applications, they can be difficult to manage without dedicated tools. Kubernetes, a scalable platform for orchestrating containerized applications, can help navigate your microservices.

See How Kubernetes Traffic Routes Through Data Center, Cloud, and Internet with Kentik Kube

Using Kentik Kube, cloud and infrastructure engineers can access detailed network traffic and performance visibility for internal and external traffic for their Kubernetes clusters to quickly detect and solve network problems.

Kubernetes Management | A Short History of D2iQ

Join Dan Ciruli in an interview with Tobi Knaup, CEO and co-founder of D2iQ (formerly Mesosphere), as they delve into the incredible journey of D2iQ and its revolutionary D2iQ Kubernetes Platform. Gain insights into D2iQ's unique approach to open source, leveraging best-of-breed components for a holistic open-source experience. The conversation also covers: CHAPTERS: Important considerations for cloud-native platforms.

Continuous Verification - It's More Than Just Breaking Things On Purpose - Civo Navigate NA 23

Explore the world of continuous verification to learn about its evolution from chaos engineering, practical testing methods, and tools for automation in this presentation from Adam D'Abbracci. Discover how to monitor and ensure the reliability of your services and systems.

Testing Microservices at Scale: Using Ephemeral Environments

Today's article discusses how ephemeral environments can help in microservices testing. We will start by understanding the microservices testing challenges and will move to the solution. You will learn how to effectively test microservices at scale using ephemeral environments, ensuring the reliability of your distributed systems.

Internal Developer Platform vs. Internal Developer Portal: What to choose?

In the fast-paced world of software development, the need for effective tools that can streamline workflows is paramount. Yet, amidst a plethora of available options, engineering managers often face the conundrum of choosing between an Internal Developer Platform and an Internal Developer Portal. Both have their merits, but which one is the best fit for your organization? In this article, we'll delve into the core features, strengths, and limitations of each to help you make an informed decision.

Running OpenSearch on Kubernetes With Its Operator

If you’re thinking of running OpenSearch on Kubernetes, you have to check out the OpenSearch Kubernetes Operator. It’s by far the easiest way to get going, you can configure pretty much everything and it has nice functionality, such as rolling upgrades and draining nodes before shutting them down. Let’s get going 🙂

ECS Vs. EC2 Vs. S3 Vs. Lambda: The Ultimate Comparison

Amazon Web Services (AWS) offers over 200 fully-featured services. AWS Elastic Compute Cloud (EC2), Elastic Container Service (ECS), Amazon Lambda, and the AWS Simple Storage Service (Amazon S3) are some of the most critical services you should become familiar with. We’ve covered Amazon ECS vs. EKS vs. Fargate for managing and deploying containers before. In this guide, we'll explain how Amazon EC2, Lambda, ECS, and S3 compare and when you’ll want to use each.

Internal Developer Platform vs Internal Developer Portal: What's The Difference?

In the evolving landscape of software development, two terms frequently emerge: "Internal Developer Platform" (IDP) and "Internal Developer Portal". These terms are often used interchangeably, leading to confusion. In this article, we aim to differentiate the two and highlight their importance in modern software engineering.

Monitoring Kubernetes with Graphite

In this article, we will be covering how to monitor Kubernetes using Graphite, and we’ll do the visualization with Grafana. The focus will be on monitoring and plotting essential metrics for monitoring Kubernetes clusters. We will download, implement and monitor custom dashboards for Kubernetes that can be downloaded from the Grafana dashboard resources. These dashboards have variables to allow drilling down into the data at a granular level.

Kubernetes Logging with Filebeat and Elasticsearch Part 1

This is the first post of a 2 part series where we will set up production-grade Kubernetes logging for applications deployed in the cluster and the cluster itself. We will be using Elasticsearch as the logging backend for this. The Elasticsearch setup will be extremely scalable and fault-tolerant. ‍

Kubernetes Logging with Filebeat and Elasticsearch Part 2

In this tutorial, we will learn about configuring Filebeat to run as a DaemonSet in our Kubernetes cluster in order to ship logs to the Elasticsearch backend. We are using Filebeat instead of FluentD or FluentBit because it is an extremely lightweight utility and has a first-class support for Kubernetes. It is best for production-level setups. This blog post is the second in a two-part series. The first post runs through the deployment architecture for the nodes and deploying Kibana and ES-HQ.

Day 2 Navigate Europe 2023 Wrap Up

We kicked off the start of the Day 2 with our host Nigel Poulton as he prepared us with a quick rundown of the highlights from the first day before giving attendees a taste of what to expect from the rest of the event. After this point, Nigel brought Kelsey Hightower to the stage for his keynote session with Mark Boost and Dinesh Majrekar. If you missed our Day 1 recap, check it out here.

Multi-cluster Failover With A Service Mesh - Civo Navigate NA 2023

Dive deep into the world of Linkerd with Jason from Buoyant. Explore the power of service meshes in Kubernetes, understand the nuances of traffic management, and witness a seamless live failover demonstration. Discover how Linkerd enhances security, observability, and reliability in your applications.

Why GDIT Chose D2iQ for Military Modernization

General Dynamics Information Technology (GDIT) is among the major systems integrators that have chosen D2iQ to create Kubernetes solutions for their U.S. military customers. I spoke with Todd Bracken, GDIT DevSecOps Capability Lead for Defense, about the reasons GDIT chose D2iQ and the types of solutions his group was creating for U.S. military modernization programs using the D2iQ Kubernetes Platform (DKP).

Deploying Single Node And Clustered RabbitMQ

RabbitMQ is a messaging broker that helps different parts of a software application communicate with each other. Think of it as a middleman that takes care of sending and receiving messages so that everything runs smoothly. Since its release in 2007, it's gained a lot of traction for being reliable and easy to scale. It's a solid choice if you're dealing with complex systems and want to make sure data gets where it needs to go.

VMware Tanzu Service Mesh Named a Leader in 2023 GigaOm Radar Report on Service Mesh

GigaOm has once again placed VMware Tanzu Service Mesh within the leader ring of its Radar Report on Service Mesh. This year Tanzu Service Mesh has been upgraded to the Outperformer label, moving closer to the center and marking its heightened recognition as an industry leader. This is not only a testament to our robust enterprise capabilities and broad support for various application platforms, public clouds, and runtime environments, but also a validation of our strategic approach.

K3s Vs K8s: What's The Difference? (And When To Use Each)

Kubernetes, or K8s, is an open-source, portable, and scalable container orchestration platform. With K8s, you can reliably manage distributed systems for your applications, enabling declarative configuration and automatic deployment. Yet, K8s can be resource-intensive and costly, with a rather steep learning curve. But in 2019, a lighter, faster, and potentially more cost-effective alternative appeared: K3s. Still, K3s is not a magic wand that works for all Kubernetes deployments.

Monitoring Weather At The Edge With K3s and Raspberry Pi Devices - Civo Navigate NA 2023

Dive into the world of Edge Computing with Sergio Méndez as he showcases the power of Kubernetes using K3s on Raspberry Pi devices. Learn the distinctions between IoT and Edge Computing and witness a live demonstration of real-time weather monitoring. Perfect for those interested in distributed systems, IoT, and hands-on applications.

Getting Started with Cluster Autoscaling in Kubernetes

Autoscaling the resources and services in your Kubernetes cluster is essential if your system is going to meet variable workloads. You can’t rely on manual scaling to help the cluster handle unexpected load changes. While cluster autoscaling certainly allows for faster and more efficient deployment, the practice also reduces resource waste and helps decrease overall costs.

How to keep your Kubernetes Pods up and running with liveness probes

Getting your applications running on Kubernetes is one thing: keeping them up and running is another thing entirely. While the goal is to deploy applications that never fail, the reality is that applications often crash, terminate, or restart with little warning. Even before that point, applications can have less visible problems like memory leaks, network latency, and disconnections. To prevent applications from behaving unexpectedly, we need a way of continually monitoring them.

Logging in Docker Containers and Live Monitoring with Papertrail

Docker’s power and versatility have cemented its place in developers’ and administrators’ toolkits. Along with this widespread adoption comes the critical need for effective logging in Docker containers. However, once you scale beyond a single container on a single machine, effectively capturing and working with logs from Docker presents a challenge. The native docker logs command quickly becomes inadequate, and you’ll need a more scalable solution.

Day 1 Navigate Europe 2023 Wrap Up

Navigate Europe 2023 has come to an end, and we couldn’t be more grateful for everyone involved in this, from our sponsors, attendees, and most importantly, the Civo team. Whilst we have already announced the next event for next year in Austin, Texas, we want to spend some time reflecting on the amazing few days we’ve just had, and everything we took away from it.

Manage Kubernetes environments with GitOps and dynamic config

Most modern infrastructure architectures are complex to deploy, involving many parts. Despite the benefits of automation, many teams still chose to configure their architecture manually, carried out by a deployment expert or, in some cases, teams of deployment engineers. Manual configurations open up the door for human error. While DevOps is very useful in developing and deploying software, using Git combined with CI/CD is useful beyond the world of software engineering.

How To Gain Back Your Velocity When Working With Kubernetes - Civo Navigate NA 2023

Lukas Gentele, CEO of Loft Labs, delves into the intricacies of Kubernetes, its challenges, and the potential solutions to enhance developer efficiency. He shares insights on virtual clusters, the evolution of deployment methods, and the role of transparent abstractions in Kubernetes.

Simplifying your Kubernetes infrastructure with cdk8s

Kubernetes has become the backbone of modern container orchestration, enabling seamless deployment and management of containerized applications. However, as applications grow in complexity, so do the challenges of managing their Kubernetes infrastructure. Enter cdk8s, a revolutionary toolset that transforms Kubernetes configuration into a developer-friendly experience.

Amazon ECS Vs. EKS Vs. Fargate: The Complete Comparison

Amazon Web Services (AWS) provides more than 200 services. Among those, Amazon Elastic Compute Service (ECS), Elastic Kubernetes Service (EKS), and AWS Fargate help deploy and manage containers. Choosing between these services can be challenging. They seem similar on the surface (and are all popular). But each offers unique benefits and limitations. In this guide, we compare the three services, discussing the best use cases for each, and helping you choose the best fit for your business.

Building an E2E Ephemeral Testing Environments Pipeline with GitHub Actions and Qovery

Romaric Philogène, CEO and Co-founder of Qovery - walks you through creating a complete, cost-effective Ephemeral Testing Environments pipeline in just 1 hour! Learn how to integrate GitHub Actions, K6, and Qovery to set up a seamless pipeline that enables you to deploy and test applications at speed, without breaking the bank.

Exploring Kubernetes 1.28 Sidecar Containers

Kubernetes v1.28 comes with multiple new enhancements this year and we’ve already covered an overview of those in our previous blog, Do check this out before diving into sidecar containers. We’re going to completely focus on the new sidecar feature for this post, which enables restartable init containers and is available in alpha in Kubernetes 1.28.

Maximizing Efficiency and Collaboration with Top-tier DevOps Services

In today’s fast-paced digital landscape, where software development and deployment happen at lightning speed, DevOps has emerged as the key to achieving operational excellence and maintaining a competitive edge. DevOps is more than just a buzzword; it’s a culture, a set of practices, and a collection of powerful tools that streamline collaboration between development and operations teams.

Understanding Kubernetes Network Policies

Kubernetes has emerged as the gold standard in container orchestration. As with any intricate system, there are many nuances and challenges associated with Kubernetes. Understanding how networking works, especially regarding network policies, is crucial for your containerized applications' security, functionality, and efficiency. Let’s demystify the world of Kubernetes network policies.

Speakers & Sponsors Highlights from Navigate Europe 2023

Join us as we dive into the highlights of Navigate Europe 2023 in London. From in-depth tech talks, community building sessions, to exciting product launches, and candid conversations with industry leaders like Kelsey Hightower. Experience the vibrancy of the cloud-native community, the warmth of the attendees, and the charm of the venue, The Brewery. Whether you're a tech enthusiast, a Kubernetes expert, or just curious about the latest in the cloud-native world, this video offers a glimpse into two days of tech, talks, and so much more.

Cycle's New Interface, Part II: The Engineering Behind Cycle's New Portal

In our last installment, we covered the myriad of new UI changes added to Cycle’s portal. In this part, we walk through five of the tough engineering choices made when developing the new interface, discussing the alternatives that were considered, and shining a light on some of the technology our engineering team utilizes today.

Using Argo CDs new Config Management Plugins to Build Kustomize, Helm, and More

Starting with Argo CD 2.4, creating config management plugins or CMPs via configmap has been deprecated, with support fully removed in Argo CD 2.8. While many folks have been using their own config management plugins to do things like `kustomize –enable-helm`, or specify specific version of Helm, etc – most of these seem to have not noticed the old way of doing things has been removed until just now!

DKP 2.6 Features New AI Navigator to Bridge the Kubernetes Skills Gap

The latest release of the D2iQ Kubernetes Platform (DKP) represents yet another significant boost to DKP’s multi-cloud and multi-cluster management capabilities. D2iQ Kubernetes Platform (DKP) 2.6 features the new DKP AI Navigator, an AI assistant that enables DevOps to more easily manage Kubernetes environments. As Forbes noted in Addressing the Kubernetes Skills Gap, “The Kubernetes skills shortage is impacting companies across sectors.”

Understand Your Kubernetes Telemetry Data in Less Than 5 Minutes: Try Mezmo's New Welcome Pipeline

Most vendor trials take quite a bit of effort and time. Now, with Mezmo’s new Welcome Pipeline, you can get results with your Kubernetes telemetry data in just a couple of minutes. But first, let’s discuss why Kubernetes data is such a challenge, and then we’ll overview the steps.

Overcoming Shared Environment Bottlenecks

Shared development environments have long been the norm at a time when agility and collaboration reign supreme. But this once-effective approach now reveals its limitations, giving rise to productivity and collaboration bottlenecks, often leading to conflicts and resource contention that stall projects and hinder development teams. In this article, we will explore the key challenges posed by collaboration bottlenecks and introduce the ephemeral environments solution that redefines how teams operate.

Deploying the OpenTelemetry Collector to Kubernetes with Helm

The OpenTelemetry Collector is a useful application to have in your stack. However, deploying it has always felt a little time consuming: working out how to host the config, building the deployments, etc. The good news is the OpenTelemetry team also produces Helm charts for the Collector, and I’ve started leveraging them. There are a few things to think about when using them though, so I thought I’d go through them here.

How to ensure your Kubernetes Pods have enough CPU

Gremlin's Detected Risks feature immediately detects any high-priority reliability concerns in your environment. These can include misconfigurations, bad default values, or reliability anti-patterns. A common risk is deploying Pods without setting a CPU request. While it may seem like a low-impact, low-severity issue, not using CPU requests can have a big impact, including preventing your Pod from running.

When to scale tasks on AWS Elastic Container Service (ECS)

Since its inception, Amazon Elastic Container Service (ECS) has emerged as a strong choice for developers aiming to efficiently deploy, manage, and scale containerized applications on AWS cloud. By abstracting the complexities associated with container orchestration, ECS allows teams to focus on application development, while handling the underlying infrastructure, load balancing, and service discovery requirements.

10 Tips To Reduce Your Deployment Time with Qovery

One of the most critical aspects of a developer's workflow is reducing deployment time. While Qovery does a lot of heavy lifting to make your deployments faster and more efficient, there are still ways to fine-tune the process on your end. This guide will help you optimize deployment time across three essential phases: Build, Deployment, and Runtime.

The Foundation of Cloud Optimization - Cloud Tagging Strategy

Cloud Tagging should be automated, not left to humans. Optimization in the cloud is actually really simple. Here’s how we get our customers thinking differently which in turn makes them successful. “To your developers the cloud is like a candy store is to a kid where all the candy is free”. Just as parents need to teach their kids the value of money, you need to teach your developers the value of cloud spend.

Progressive delivery for Kubernetes Config Maps using Argo Rollouts

Argo Rollouts is a Kubernetes controller that allows you to perform advanced deployment methods in a Kubernetes cluster. We have already covered several usage scenarios in the past, such as blue/green deployments and canaries. The Codefresh deployment platform also has native support for Argo Rollouts and even comes with UI support for them.

Are all Kubernetes services in the cloud the same? Azure Container Apps: Limitations & Awesome Features

An advanced, open-source technology called Kubernetes is used to manage, scale and deploy containerised applications automatically. Kubernetes offers a strong architecture that enables development and operations teams to effectively manage applications of several containers. Kubernetes was made by Google engineers. They shared it for free in 2014, and now a group called CNCF takes care of Kubernetes. People really like using Kubernetes to manage apps inside containers.

Helm deployments to a Kubernetes cluster with CI/CD

Containers and microservices have revolutionized the way applications are deployed on the cloud. Since its launch in 2014, Kubernetes has become a de-facto standard as a container orchestration tool. Helm is a package manager for Kubernetes that makes it easy to install and manage applications on your Kubernetes cluster. One of the benefits of using Helm is that it allows you to package all of the components required to run an application into a single, versioned artifact called a Helm chart.

Building Organizational Trust for Cloud Optimization Software

You’ve loaded data into Densify and after reviewing recommendations your developers don’t want to take the recommended action – they aren’t trusting, yet. This is one of the top issues identified by the FinOps Foundation and many of our customers of Densify – but not all. Let’s explore what some customers do differently to build organizational trust in taking optimization recommendations.

Streamlining Kubernetes Workflows The Power of CI/CD Integration

In the ever-evolving landscape of software development, where agility and reliability are paramount, Kubernetes has emerged as a game-changer with its container orchestration capabilities. However, as applications become more complex and distributed, managing Kubernetes workflows presents a unique set of challenges.

GraphQL and Cloud-Native Architecture: Is There a Better Way? Civo Navigate NA 2023

Explore the transformative power of GraphQL in solving application networking challenges with Jim Barton at Navigate NA 2023. Barton uses a fictional scenario involving "Wayne Telecom," a telecom services provider in Gotham City, to illustrate the challenges faced by businesses in managing data and network requests. The talk emphasizes the advantages of GraphQL, such as reducing over-fetching of data, improving developer efficiency, and simplifying the architecture by eliminating the need for dedicated GraphQL servers.