Unofficial Azure Club
  • Home
  • About
Subscribe

Network

A collection of 3 posts
Yet another way to troubleshoot K8S applications
Kubernetes Featured

Yet another way to troubleshoot K8S applications

There are plenty of articles explains how to debug K8S applications, for example * Troubleshoot Applications [https://kubernetes.io/docs/tasks/debug-application-cluster/debug-application/] * Connect with SSH to Azure Kubernetes Service (AKS) cluster nodes for maintenance or troubleshooting [https://docs.microsoft.com/en-us/azure/aks/ssh] Due to the nature of container's
Dec 25, 2018 4 min read
Deploy a Ubuntu Based Flannel K8S Cluster in Azure with ARM Template and Kubeadm
Azure Featured

Deploy a Ubuntu Based Flannel K8S Cluster in Azure with ARM Template and Kubeadm

The infomation migth be outdated here as acs-engine adds support for Flannel recently with PR 2967 [https://github.com/Azure/acs-engine/pull/2967] However, if you want to gain more control on your kubernetes cluster in Azure, in our case, by using kubeadm, this article still applies. 0. Prerequisites * Azure
May 23, 2018 12 min read
Configure Ubuntu to Support Multiple NICs in Azure
Azure

Configure Ubuntu to Support Multiple NICs in Azure

By default, in Linux, if multiple NICs are in same subnet, all traffics will route through the default NIC that usually will be eth0, if multiple NICs are added, to route traffics back to the NIC that receives it, we need to create route table for that NIC, refer to
May 22, 2018 1 min read
Unofficial Azure Club © 2025
Powered by Ghost