For an Azure RBAC enabled cluster, a ServiceAccount gets created in the chosen namespace along with RoleBinding object, so that the created ServiceAccount can do actions only on the chosen namespace.
Secret
Github Actions: Build & push Docker image to AWS ECR (Elastic Container Registry)
Publishing a Docker image to Amazon Elastic Container Registry (ECR) is a bit different than it works with other containers. In this article, you will learn how to build and publish a Docker image using Github Actions (workflow).
How to create Azure KeyVault and Secrets using Azure release pipeline (using PowerShell script)
You can use PowerShell to create a key vault and secrets and assign access policy to users, groups or Apps.
How to Get AWS S3 bucket object data using Postman
The contents of a file uploaded to S3 bucket can be accessed via Postman using RestAPI.