- I am a DevOps Engineer
- I love working in technologies like aws, kubernetes, docker, terraform, python
- I am exploring different cloud technologies
Unveiling Roles in K8s with AWS
A Kubernetes cluster in production may contain several workloads for different uses to a wholesome application. These workloads need propitious security to keep every uncongenial fist away.
Secure Your K8s deployed Application Credentials Through AWS Secret Manager
Credentials for the applications deployed in a Kubernetes cluster can’t be presented directly into the yaml files openly. These resources are required to authenticate the services or resources like database, APIs or other services. These credentials may include passwords, usernames, URIs to be used by the applications to communicate to other applications ...