Tag - Kubernetes

Azure Kubernetes Service with Azure CLI

How to Deploy Azure Kubernetes Service with Azure CLI

How to Deploy Azure Kubernetes Service with Azure CLI Deploying an Azure Kubernetes Service (AKS) cluster is straightforward with the Azure CLI. Here’s a step-by-step guide to help you get started: Prerequisites: Azure Subscription: Ensure you have an active Azure subscription. You can sign up for a free account here. Azure CLI: Install the Azure CLI. You can download and install it from here. Step 1: Install Azure CLI If you haven’t installed the Azure CLI yet, you can do so using the following commands: On [...]

Read more...
Cloud Native Applications

Cloud Native Applications and their Respective Cloud Native Roles

Cloud-native applications are software applications designed and built specifically to leverage the advantages of cloud computing environments. These applications are developed with a focus on scalability, resilience, and agility, using cloud-native principles and technologies.  Cloud-native applications are typically composed of small, independent services that communicate over well-defined APIs on microservices architecture. Cloud Native Roles refer to the specific positions, responsibilities, and skill sets required to develop, deploy, manage, and operate cloud-native applications and infrastructure. Cloud-native applications are designed to fully [...]

Read more...