36 posts by Arsh Sharma
Enhance CI Pipelines with Dagger and Okteto Preview Environments for a Better Developer Experience
Continuous Integration (CI) is a cornerstone of modern software development, ensuring that code changes are automatically tested and merged, reducing the...
Introducing Okteto Insights: Essential Metrics For Platform Teams
Platform Teams can’t succeed in improving the DevX unless they have clear metrics that help them understand the outcome of their initiatives. To help platform...
Benefits of Platform Engineering
In a world where technology advances at lightning speed, it is imperative for organizations to equip themselves with the best practices in the software...
Platform Engineering Roadmap: Best Practices You Need To Know
In our previous blog post, we explored how cultivating a customer-centric mindset can help you become a better platform engineer. Now, let's delve into...
Platform Engineering Versus Devops
Platform engineering has become an increasingly popular topic in the software development industry. But a lot of people are still confused on what's the...
Automating Development Environments and Infrastructure with Terraform and Okteto
If you're developing a modern cloud-native app, it's very likely that your app is leveraging some cloud resources. These could be things like storage buckets,...
How To Speed Up Container Image Builds
Okteto comes with a build service that enables developers to offload image building steps to the cloud. This eliminates the need for Docker to be running...
Simplifying Launching Development Environments With Okteto Catalog
Platform engineering is all about creating "golden paths" for developers. These golden paths are streamlined processes that allow developers to focus on...
Automate Provisioning Any Dev Resource on Any Cloud Provider With Pulumi and Okteto
The Value It is common in today's landscape to build microservices-based applications that leverage resources like RDS databases, storage buckets, etc...
How Developers Can Seamlessly Collaborate When Building Microservice Apps
Building microservices based applications is inherently challenging. Given the multitude of components involved, it is unrealistic to expect any individual...
Slash Your Kubernetes Costs During Development
Using Kubernetes can be quite costly, to be frank. Regardless of the cloud provider you choose for your cluster, there are expenses associated with the...
Making Your Helm-Packaged Applications Ready for Cloud Native Development with Okteto
Helm, often referred to as the "package manager for Kubernetes," is a powerful tool that streamlines the installation and management of cloud native applications...
Five Challenges with Developing Locally Using Docker Compose
After the popularization of containers, a lot of the development workflow started leaning on Docker Compose. Developers would have a Docker Compose file...
The Way You're Using Kubernetes Clusters During Development Is Killing Productivity!
Transitioning from development to production is always challenging. There's that underlying fear of overlooking something crucial, such as misconfigurations...
Using ArgoCD With Okteto for a Unified Kubernetes Development Experience
ArgoCD is a powerful tool for continuous deployment that leverages Git repositories as the ultimate source of truth for managing Kubernetes deployments....
The Modern Way of Sharing Dev Work With Your Team
Collaboration is essential in modern application development. To iterate quickly, an efficient way to show and receive feedback on changes from everyone...
Developing Cloud-Native Apps With MongoDB Atlas and Kubernetes
What Is MongoDB Atlas MongoDB Atlas is a cloud database service that allows teams to deploy and manage MongoDB databases with ease. Its streamlined experience...
Bring Any Cloud Resource to Your Modern App Dev Workflow
How Modern Applications Use Cloud Resources It is very common for the cloud-native microservices we code these days to utilize resources deployed on different...
Using LaunchDarkly and Okteto To Automate Modern Feature Flag Management
What Are Feature Flags Feature flags allow developers to enable or disable features in an application without deploying a new version. This enables teams...
How Platform Teams Can Deliver a Great Development Experience for Modern App Developers
Modern applications have a microservices-based architecture, are containerized, and run on Kubernetes clusters in production. However, most of these applications...
Myths Around Preview Environments
Preview environments are rapidly becoming a crucial part of the development experience when building cloud native applications. They provide everyone in...
Four Reasons You Need Preview Environments
There has been a rapid increase in the adoption of Preview Environments across organizations. From open-source projects to enterprise organizations, everyone...
Cloud Native Development Made Easy With Sprkl and Okteto
Our applications are getting increasingly complex with time. This is causing a lot of problems for developers, from having to spend hours configuring their...
Why Your Team’s Developer Experience Matters
Happy developers write better code. Over the last decade, the era of cloud and mobile applications brought about tools like Docker, platforms like Kubernetes,...
Practice Secrets Management in Kubernetes With OWASP WrongSecrets and Okteto
Shipping secure applications is essential for any organization! Security should be a priority, as the consequences of a breach are often dire and tough...
Containerization and Kubernetes: A Guide
What is containerization and Kubernetes? Containers quickly became the norm for how we built and packaged our applications. Containerization of applications...
Kubectl Cheat Sheet Commands & Examples
Things can be overwhelming when you are new to Kubernetes. You’d think that understanding all the different objects Kubernetes has to offer would be the...
Kubernetes Network Policy: A Beginner’s Guide
Everyone agrees that Kubernetes clusters are not secure by default. But the good thing is that Kubernetes gives you the tools to make it so. In this...
Applying GitOps Principles to Your Development Environments
GitOps refers to the practice of using Git repositories as the single source of truth for provisioning and managing your infrastructure. Everyone in the...
Beginner’s Guide to Kubernetes Deployments
Over the last five years, Kubernetes has seen rapid adoption as a container orchestrator. And for a good reason too. Containers solved the problem of being...
What Is the Kubernetes Release Team and Why You Should Consider Applying
Kubernetes 1.25 just got released. I consider myself very lucky to be able to help with the release as the CI Signal Lead and get to work with the amazing...
Developing Microservices by Hot Reloading on Kubernetes Clusters
Let me jog your memory with how we used to develop applications not so long ago. We would bring up the application, write some code, hit save, see our...
Kubernetes Basics: Kubernetes Tutorial for Beginners
Are you tired of listening to everyone in DevOps talk about "Kubernetes" while you're still struggling with how to pronounce it? Unless you started programming...
Launching the Docker Desktop Extension for Okteto!
Docker launched in 2013 and since then has revolutionized the way we build and ship code. Docker made containers a part of the modern application development...
Making Your CLI More Accessible Using Fig
No matter how many times I use kubectl or docker in a day, I just can't seem to remember the exact subcommands and what they do. I often find myself using...
Maybe It's Time To Rethink How You've Been Developing?
Cloud-Native Applications Need Cloud-Native Development Environments We've seen a tremendous change in the way applications get deployed over the last...