Arsh Sharma

Arsh Sharma @rinkiyakedad

About: Hey there! My name is Arsh. Across the internet, you’ll also find me as @RinkiyaKeDad in many places. I enjoy building software, technical content, and communities!

Location:
India
Joined:
Oct 12, 2020

Arsh Sharma
articles - 50 total

How to Provide Secure Access to Your Kubernetes Clusters Using an Overlay Network

Kubernetes is complex. Securing Kubernetes clusters is even more complex. Striking the right balance...

Learn More 3 1Jun 2

Introduction to Object Oriented Programming (OOP) in Golang

When we talk about programming, we usually mean writing a bunch of functions that modify and interact...

Learn More 5 0Dec 17 '24

What Is Network Address Translation (NAT)

If you’ve been following my blog, you know I recently wrote a three-part series on the OSI Model....

Learn More 5 0Dec 16 '24

Understanding the OSI Model: Layer 4 to Layer 7

Welcome to the final blog in the series on the OSI Model. In the last blog, we discussed Layer 3 and...

Learn More 5 0Dec 16 '24

Understanding the OSI Model: Layer 3

In the last blog, we looked at Layer 1 and Layer 2 of the OSI Model. While Layer 2 (Data Link Layer)...

Learn More 6 0Nov 25 '24

Understanding the OSI Model: Layer 1 and Layer 2

The OSI (Open Systems Interconnection) Model is a framework that helps understand how communication...

Learn More 5 0Nov 12 '24

AWS Root User vs IAM Users

Welcome to the first in a series of blog posts about AWS! Throughout this series, I’ll be covering...

Learn More 4 0Nov 2 '24

Coding Bugs with ChatGPT

Recently I was tinkering around with creating a Chrome extension. Not having a lot of experience with...

Learn More 0 0Aug 20 '24

You Don’t Need To Pay for the OpenAI API During Development

If you’re developing or thinking of creating an app that leverages the OpenAI API but don’t want to...

Learn More 5 0Jul 10 '24

Things I've Learned About Conference Speaking

On the wall across from my desk, I’ve got badges from all the conferences I’ve been to. The...

Learn More 6 0Jan 4 '24

Building a Blog With a CMS Using Hugo and Netlify

I consume a ton of media - books, shows, movies, games, you name it. And there are moments or lines...

Learn More 6 1Nov 15 '23

Setting Up a GitOps Workflow with Argo CD and GitHub Actions

GitOps is gaining increasing popularity these days, and for good reason. The principles of GitOps...

Learn More 7 0Oct 14 '23

Platform Engineering and Developer Experience: Two Sides of the Same Coin

Around a year ago, the term “developer experience” was all the rage. It was on everyone’s lips, with...

Learn More 5 0Sep 23 '23

If You're Using Helm, Why Not Give It a Pretty UI As Well?

Helm Dashboard is an open-source project by Komodor that offers a visual and user-friendly way to...

Learn More 4 0Sep 17 '23

Deploying Your First Microservice to Kubernetes

I have written extensively about different Kubernetes concepts in my previous blogs, but I haven't...

Learn More 8 1May 7 '23

Exploring minikube: A Guide to Local Kubernetes Clusters

Rushing to a cloud provider and spinning up a remote cluster every time you want to try something out...

Learn More 5 0Apr 7 '23

Container Orchestration and Kubernetes

Containers quickly became the norm for how we built and packaged our applications. They made the...

Learn More 5 0Dec 19 '22

Kubernetes Cheat Sheet: Must-Know Commands and Examples

Things can be overwhelming when you are new to Kubernetes. You’d think that understanding all the...

Learn More 13 2Dec 5 '22

Beginner’s Guide to Network Policies in Kubernetes

Everyone agrees that Kubernetes clusters are not secure by default. But the good thing is that...

Learn More 5 0Nov 28 '22

Beginner’s Guide to Kubernetes Deployments

Over the last five years, Kubernetes has seen rapid adoption as a container orchestrator. And for a...

Learn More 37 0Sep 22 '22

Services and Ingresses in Kubernetes

Before starting this post, I want to congratulate you all for making it till here! Kubernetes is...

Learn More 9 1Feb 17 '22

Configuration and Storage in Kubernetes

Hello fellow developers! By this point in the series, I hope you’re now much less scared of...

Learn More 16 0Feb 10 '22

Fundamental Kubernetes Concepts Everyone Needs To Know

Ready to get your hands dirty and start using Kubernetes? If you recall, in the last article we...

Learn More 43 0Feb 2 '22

Getting Started with Kubernetes as a Developer

Are you tired of listening to everyone in DevOps talk about “Kubernetes” while you're still...

Learn More 94 1Jan 27 '22

Getting Started With AWS EC2

In the previous post, we talked briefly about EC2. In this post, we’ll explore it in a bit more...

Learn More 9 0Oct 14 '21

Introduction To AWS IaaS

This article is going to introduce you to the Infrastructure as a Service side of AWS. We’ll start...

Learn More 4 0Oct 2 '21

So What Even Is This Cloud Computing?

Cloud computing is what everybody seems to be talking about these days? But what does it even mean?...

Learn More 7 5Sep 24 '21

Random Bash

Hey everyone, recently I developed quite an interest in Bash so I’ve been trying to learn it. Unlike...

Learn More 7 0Aug 6 '21

Using Kyverno To Enforce EKS Best Practices

Hey folks, in this post we’ll see how you can use Kyverno to enforce some best practices for your EKS...

Learn More 16 0Jun 21 '21

Channels In Golang

This is the final post in my “Do You Concur?” series. If you’ve not checked the other two out it is...

Learn More 12 0May 28 '21