Search

Tag: kubernetes

View:
Brandon Lee
  • Brandon Lee
  • December 13, 2022

Azure Kubernetes Fleet Manager

Azure Kubernetes Services (AKS) being a software as a service (SaaS) leads to organizations having multiple AKS clusters. Managing these diverse and multiple containerized environments is tricky and inefficient at this point in the game. Having a new management solution from Microsoft will surely help the process.
Read more
Brandon Lee
  • Brandon Lee
  • February 10, 2022

VMware Tanzu Community Edition Features and Configuration

VMware Tanzu is an umbrella product which encompasses all the Kubernetes products available from VMware. Kubernetes is an open-source service for working with containerized applications. The Community Edition makes VMware Tanzu-powered Kubernetes services available to everyone.
Read more
Brandon Lee
  • Brandon Lee
  • January 25, 2022

Kubernetes persistent vs ephemeral storage volumes and their uses

Businesses continue on their journey of moving from monolithic applications to cloud-native micro-services. Kubernetes becomes more common, allowing you to orchestrate and manage containers in an intelligent, easily scalable, and highly available manner. But how does storage work exactly when it comes to containers?
Read more
Florent Appointaire
  • Florent Appointaire
  • August 31, 2021

WAF Policy for App Gateway and AKS

Web Application Firewall (WAF) is yet another crucial step in modern cybersecurity. It is especially relevant if you’re using Azure Application Gateway or Azure Kubernetes Services (AKS). Azure WAF Policy will help you customize and manage rules and policies for the entire Application Gateway, a certain listener, or a specific route path.
Read more
Florent Appointaire
  • Florent Appointaire
  • July 27, 2021

SQL Tools on a pod on AKS to manage your Azure SQL databases

Azure Kubernetes Service (AKS) is incredibly multifaceted. For example, you can test the connectivity of an SQL server that’s using a private endpoint connection to your AKS cluster using a pod. You can even manage SQL databases without deploying a VM or installing SQL Server Management Studio or other software.
Read more
Florent Appointaire
  • Florent Appointaire
  • July 8, 2021

Kubectl with Azure CLI

Microsoft has recently added a new feature, which is the possibility to issue Kubernetes command-line interface (CLI) commands directly from Azure CLI. This is a serious step forward in the direction of further simplification of Azure workload and routine, which can be appreciated by Azure Kubernetes Services (AKS).
Read more
Florent Appointaire
  • Florent Appointaire
  • June 15, 2021

Planned maintenance and auto-upgrade for AKS

Microsoft has recently added two new features to help with your daily Azure Kubernetes Service (AKS) work. The first feature allows you to schedule maintenance windows every week to minimize workload impact. The second one offers different auto-upgrade variations where you can tweak what’ll happen to your existing version, when, and how.
Read more
Florent Appointaire
  • Florent Appointaire
  • April 27, 2021

Prioritize your high critical applications in AKS

You may be needing to make a certificate authority rotation or experiencing a crash. In Azure Kubernetes Service (AKS), all pods are assigned the same priority, except the default pods that are created along with AKS. This means all pods will restart randomly. By assigning priority, you can secure that all systems function properly after reboot.
Read more
Florent Appointaire
  • Florent Appointaire
  • March 9, 2021

Discover Kubernetes Resource View

Azure Kubernetes Service (AKS) recently introduced the ability to view the state of your AKS resources from a GUI. Azure Portal now enables you to view in-depth details of your workloads in real-time. You can view the workload of your deployments, pods, and replica sets, and various other capabilities without digging in the cmdline.
Read more