Deploying Cache in Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS) is a fully managed container orchestrator provided by Microsoft. In AKS:
- The cluster comes fully managed supports most Kubernetes features and is fully scalable.
- The cluster fully integrates with other Azure services like application gateway and load balancers.
- You don't need to manage and deploy management and orchestration nodes.
In This Section
Create Azure Resource Group
Steps to create a resource group in Azure.
Create Kubernetes Cluster in Azure
Steps to create a Kubernetes cluster and connect to it.
Deploy NCache Resources in AKS
Steps to deploy NCache in AKS.
Create NCache Client Deployment in AKS
Steps to create and deploy NCache client application in AKS.
Create Cache Cluster in AKS
Steps to create an NCache cluster in AKS.
Monitor NCache Cluster and Clients in AKS
Steps to monitor cache cluster and clients using NCache in AKS.
Adding Cache Servers in AKS at Runtime
Steps to add cache servers in the cluster at runtime in AKS.
Removing Cache Servers in AKS at Runtime
Steps to remove cache servers from the cluster at runtime in AKS.