Ritika TTN

Cloud, DevOps

Dos and Don’ts to keep in mind while migrating to Graviton

About AWS Graviton AWS Graviton is the ARM-based processor designed by AWS to provide high performance at a lower cost compared to the Intel x64-based processor. As you have experienced with software like WhatsApp, we have often received upgrade notifications that bring various improvements such as enhanced performance, new features, and...

09-Oct-2023

Cloud, DevOps

How to access your AWS Secret Manager secrets in an EKS cluster

How to access your AWS Secret Manager secrets in an EKS cluster This blog will show how we can use AWS secret manager inside AWS EKS pods. You all know that almost every application has sensitive data like usernames and passwords. To secure such sensitive data, AWS provides two ways to store and manage application configuration data: ...

29-Mar-2023

Cloud, DevOps

Azure Account Authentication Using Python3

Need for Authentication: To communicate with Azure Resources we need to do authentication, suppose you have an application that monitors Azure resources. To fetch azure resources data from the azure account, we need a connection string or secrets to do Azure Authentication. Ather that, these all secrets are shared with the application...

07-Jul-2022