DORSETRIGS
Home

azure-aks (62 post)


posts by category not found!

Azure AKS: Find out why node was restarted

Unraveling the Mystery Why Did My Azure AKS Node Restart Kubernetes clusters especially those running on Azure Kubernetes Service AKS are known for their self h

3 min read 06-10-2024 64
Azure AKS: Find out why node was restarted
Azure AKS: Find out why node was restarted

BadRequest error on deployment of yaml file

Bad Request Error on YAML File Deployment Decoding the Mystery Deploying your application via YAML files is a powerful and efficient method but encountering a B

2 min read 06-10-2024 58
BadRequest error on deployment of yaml file
BadRequest error on deployment of yaml file

Azure Devops kubernetes service connection for "kubeconfig" option does not appear to work against an AAD openidconnect integrated AKS cluster

Azure Dev Ops Connecting to AAD Integrated AKS Clusters with Kubeconfig Connecting your Azure Dev Ops pipelines to Azure Kubernetes Service AKS clusters is esse

3 min read 06-10-2024 72
Azure Devops kubernetes service connection for "kubeconfig" option does not appear to work against an AAD openidconnect integrated AKS cluster
Azure Devops kubernetes service connection for "kubeconfig" option does not appear to work against an AAD openidconnect integrated AKS cluster

Deployment of MVC app in Azure Kubernetes Service failing with error- "Back-off restarting failed container"

Back off Restarting Failed Container Troubleshooting MVC Deployment in Azure Kubernetes Service Deploying a NET MVC application to Azure Kubernetes Service AKS

3 min read 06-10-2024 59
Deployment of MVC app in Azure Kubernetes Service failing with error- "Back-off restarting failed container"
Deployment of MVC app in Azure Kubernetes Service failing with error- "Back-off restarting failed container"

On AKS are System node pool the same as master node?

Demystifying System Node Pools in AKS Are They Master Nodes When diving into the world of Azure Kubernetes Service AKS you might encounter the term System Node

2 min read 05-10-2024 57
On AKS are System node pool the same as master node?
On AKS are System node pool the same as master node?

Helm upgrade is making deployment failure

Helm Upgrade Headache Troubleshooting Deployment Failures Have you ever encountered a frustrating situation where a seemingly simple Helm upgrade results in a d

3 min read 05-10-2024 69
Helm upgrade is making deployment failure
Helm upgrade is making deployment failure

HTTP_PORTS when running ASP.NET 8 container in AKS

Understanding HTTP Ports and ASP NET 8 Containers in AKS Running ASP NET 8 applications within Azure Kubernetes Service AKS requires careful consideration of ho

2 min read 05-10-2024 81
HTTP_PORTS when running ASP.NET 8 container in AKS
HTTP_PORTS when running ASP.NET 8 container in AKS

How to use Workload Identity when configuring external clusters in Argo CD?

Streamlining Argo CD Deployments with Workload Identity for External Clusters Argo CD a popular open source continuous delivery tool simplifies the deployment a

3 min read 05-10-2024 75
How to use Workload Identity when configuring external clusters in Argo CD?
How to use Workload Identity when configuring external clusters in Argo CD?

temporary_name_for_rotation must be specified when changing any of the following properties: pod_subnet_id

Kubernetes Error temporary name for rotation must be specified Demystified Have you encountered this error in your Kubernetes cluster temporary name for rotatio

2 min read 05-10-2024 66
temporary_name_for_rotation must be specified when changing any of the following properties: pod_subnet_id
temporary_name_for_rotation must be specified when changing any of the following properties: pod_subnet_id

Ingress controller does not allow snippets

Ingress Controller Snippet Trouble Troubleshooting and Solutions Problem You re trying to leverage snippets within your Ingress configuration but your Ingress c

2 min read 05-10-2024 56
Ingress controller does not allow snippets
Ingress controller does not allow snippets

Azure Kubernetes Service with csi secret store error fetching the secrets-store-creds

Deciphering the Error Fetching Secrets Store Creds in Azure Kubernetes Service AKS with CSI Secret Store Kubernetes the leading container orchestration platform

2 min read 04-10-2024 63
Azure Kubernetes Service with csi secret store error fetching the secrets-store-creds
Azure Kubernetes Service with csi secret store error fetching the secrets-store-creds

How to connect my pod on AKS to Azure Event Hub with its kafka interface?

How to Connect Your Pod on Azure Kubernetes Service AKS to Azure Event Hub Using Kafka Interface Connecting an Azure Kubernetes Service AKS pod to Azure Event H

3 min read 30-09-2024 59
How to connect my pod on AKS to Azure Event Hub with its kafka interface?
How to connect my pod on AKS to Azure Event Hub with its kafka interface?

How to connect AKS to Postgres flexible server

How to Connect Azure Kubernetes Service AKS to Azure Database for Postgre SQL Flexible Server Connecting Azure Kubernetes Service AKS to Azure Database for Post

3 min read 30-09-2024 60
How to connect AKS to Postgres flexible server
How to connect AKS to Postgres flexible server

Upgraded a Containerized .NET App From 6 to 8 and Startup Probe begins to fail in Azure Kubernetes Services

Upgrading a Containerized NET Application from Version 6 to 8 Troubleshooting Startup Probe Failures in Azure Kubernetes Services Upgrading a containerized NET

3 min read 30-09-2024 73
Upgraded a Containerized .NET App From 6 to 8 and Startup Probe begins to fail in Azure Kubernetes Services
Upgraded a Containerized .NET App From 6 to 8 and Startup Probe begins to fail in Azure Kubernetes Services

Kubectl get pods ERROR: couldn't get current server API group list: Get "LINK": tls: first record does not look like a TLS handshake

Troubleshooting Kubernetes Understanding the tls first record does not look like a TLS handshake Error with kubectl get pods Kubernetes is a powerful platform f

3 min read 28-09-2024 78
Kubectl get pods ERROR: couldn't get current server API group list: Get "LINK": tls: first record does not look like a TLS handshake
Kubectl get pods ERROR: couldn't get current server API group list: Get "LINK": tls: first record does not look like a TLS handshake

Override Azure Functions Environment in Azure Kubernetes Service

Overriding Azure Functions Environment in Azure Kubernetes Service When deploying Azure Functions within Azure Kubernetes Service AKS you may encounter scenario

2 min read 26-09-2024 58
Override Azure Functions Environment in Azure Kubernetes Service
Override Azure Functions Environment in Azure Kubernetes Service

Is it possible to hide pod-mounted kubernetes secrets?

Is It Possible to Hide Pod Mounted Kubernetes Secrets Kubernetes is a powerful orchestration tool for managing containerized applications and one of its feature

3 min read 25-09-2024 66
Is it possible to hide pod-mounted kubernetes secrets?
Is it possible to hide pod-mounted kubernetes secrets?

AKS with Ingress controller ends connection after 60s

Understanding AKS with Ingress Controller Connection Timeout Issues In a Kubernetes environment particularly with Azure Kubernetes Service AKS you might encount

3 min read 25-09-2024 63
AKS with Ingress controller ends connection after 60s
AKS with Ingress controller ends connection after 60s

Setting annotation as null for metadata in K8 pod definition

Setting Annotations as Null for Metadata in Kubernetes Pod Definition Kubernetes K8s is a powerful platform for managing containerized applications offering a p

2 min read 25-09-2024 71
Setting annotation as null for metadata in K8 pod definition
Setting annotation as null for metadata in K8 pod definition

How to detect if there was any activity for a particular namespace in k8s cluster

How to Detect Activity in a Particular Namespace in a Kubernetes Cluster In a Kubernetes K8s cluster namespaces are essential for organizing resources and manag

3 min read 24-09-2024 63
How to detect if there was any activity for a particular namespace in k8s cluster
How to detect if there was any activity for a particular namespace in k8s cluster

Rebus RebusApplicationException 'Could not 'GetOrAdd' item with key 'outgoing-messages' as type

Understanding the Rebus Rebus Application Exception Could not Get Or Add item with key outgoing messages as type In modern software development especially in th

3 min read 23-09-2024 61
Rebus RebusApplicationException 'Could not 'GetOrAdd' item with key 'outgoing-messages' as type
Rebus RebusApplicationException 'Could not 'GetOrAdd' item with key 'outgoing-messages' as type

How to configure nginix ingress to listen for HTTPS traffic on multiple ports (443 and 5601) on AKS

How to Configure Nginx Ingress to Listen for HTTPS Traffic on Multiple Ports 443 and 5601 on AKS Configuring an Nginx Ingress Controller on Azure Kubernetes Ser

3 min read 23-09-2024 94
How to configure nginix ingress to listen for HTTPS traffic on multiple ports (443 and 5601) on AKS
How to configure nginix ingress to listen for HTTPS traffic on multiple ports (443 and 5601) on AKS

The SSL connection could not be established - Azure AKS

Troubleshooting SSL Connection Issues in Azure AKS In the realm of cloud computing security remains a top priority When deploying applications in Azure Kubernet

2 min read 22-09-2024 99
The SSL connection could not be established - Azure AKS
The SSL connection could not be established - Azure AKS

How to connect to SQL Server using workload identity in AKS using .NET framework?

How to Connect to SQL Server Using Workload Identity in AKS with NET Framework Connecting to SQL Server from an application running in Azure Kubernetes Service

3 min read 21-09-2024 74
How to connect to SQL Server using workload identity in AKS using .NET framework?
How to connect to SQL Server using workload identity in AKS using .NET framework?

Kusto query for time between records by group in one result list

Kusto Query Finding Time Between Records by Group When working with Kusto Query Language KQL one common task is to analyze time intervals between records within

2 min read 20-09-2024 70
Kusto query for time between records by group in one result list
Kusto query for time between records by group in one result list