Open in app

Sign in

Write

Sign in

Ovidiu Borlean
Ovidiu Borlean

10 Followers

Home

Lists

About

Sep 24

Connecting to Azure AD Integrated — AKS Cluster through User Managed Identity (non-interactive)

By leveraging Azure AD integration with AKS cluster we could simplify the process of authentication across our organization and increase the security posture of Kubernetes environments. Deploying an AKS Cluster with Azure AD Integration can be found on the Microsoft Learn documentation link, this can be configured once the initial…

Aks

3 min read

Connecting to Azure AD Integrated — AKS Cluster through User Managed Identity (non-interactive)
Connecting to Azure AD Integrated — AKS Cluster through User Managed Identity (non-interactive)
Aks

3 min read


Jul 22

Installing package manager scoop on AKS Windows Nodes

Summary and Goals scoop.sh is a new community maintained package manager for Windows and can be used to install an extended number of application directly from the command line. You can get more information on this project by visiting the official GitHub page at https://github.com/ScoopInstaller/Scoop#readme. The goal of this internal project is to…

Kubernetes

2 min read

Installing package manager scoop on AKS Windows Nodes
Installing package manager scoop on AKS Windows Nodes
Kubernetes

2 min read


Jan 6

AKS Traffic Analytics with NSG Flow Logs

Network traffic analysis in context of Azure Kubernetes Services managed cluster could be a complex task as it could involve installation of third-party products on the cluster’s Node, manually capturing network traffic with or without the necessary filters and exporting the results to an external destination in order to be…

Aks

4 min read

AKS Traffic Analytics with NSG Flow Logs
AKS Traffic Analytics with NSG Flow Logs
Aks

4 min read


Nov 29, 2022

Testing Kubernetes Load Balancer Traffic with Python Flask

Objective Testing an exposed service through AKS Load Balancer in Azure Kubernetes Service with a simple Flask application that will return the IP address of the caller and the hostname of respondent Pod. Prerequisites Will use an AKS managed cluster configured with Outbound type of Load Balancer. We can use both internal…

Kuber

2 min read

Testing Kubernetes Load Balancer Traffic with Python Flask
Testing Kubernetes Load Balancer Traffic with Python Flask
Kuber

2 min read


Nov 28, 2022

Testing DNS resolution with Go

The scope of this article is to provide a simple solution to measure DNS resolution and latency in a continuous loopback with logging capabilities. The script is written in Golang, it can be run with the following command, or it can be compiled on the platform when needs to run …

DNS

2 min read

Testing DNS resolution with Go
Testing DNS resolution with Go
DNS

2 min read


Nov 26, 2022

Mount Azure Blob containers with NFS in AKS Cluster

Objective Azure Blob containers could be mounted on AKS cluster through the CSI Blob drivers provided as part of AKS Addon. You can find Microsoft Learn documentation at the following link: Prerequisites AKS Cluster in supported version with CSI Blob drivers enabled. If your cluster doesn’t have these drivers enabled, you can…

Aks

3 min read

Mount Azure Blob containers with NFS in AKS Cluster
Mount Azure Blob containers with NFS in AKS Cluster
Aks

3 min read


Nov 26, 2022

How to mount a multiline secret in AKS

This document will provide the guide to use a multi line secret from Azure Key Vault in Azure Kubernetes Secret Update AKS Cluster with CSI-Secret AddOn Update my existing AKS Cluster to csi-secret addon: az aks enable-addons --addons azure-keyvault-secrets-provider --name aks --resource-group aks 2.Creating Azure Key Vault: az keyvault create -n ovidiuborlean-keyvault -g MC_aks_aks_westeurope -l westeurope

Aks

2 min read

How to mount a multiline secret in AKS
How to mount a multiline secret in AKS
Aks

2 min read


Nov 26, 2022

Network traffic capture in AKS Windows Nodes

Getting Windows Pods Network Capture is usually a multi-step process. You need to connect to Node, install or run the necessary tools to accomplish this task, get the results through a Storage Account or kubectl cp. Using this script, all these steps are automated, you only need to download the…

Aks

2 min read

Network traffic capture in AKS Windows Nodes
Network traffic capture in AKS Windows Nodes
Aks

2 min read


Nov 26, 2022

Networking latency measurement in Kubernetes with Sockperf plugin

This document will provide a simple implementation of a kubectl plugin used for latency measurements between two Pods on a Kubernetes cluster. It can be run as a standalone bash script or as plugin with kubectl binary after copying the script content in somewhere in the local PATH. This script…

Kubernetes

2 min read

Networking latency measurement in Kubernetes with Sockperf plugin
Networking latency measurement in Kubernetes with Sockperf plugin
Kubernetes

2 min read


Nov 26, 2022

Testing Azure MongoDB connectivity with Python

The objective of this script is to test connectivity with a Azure MongoDB Instance and measure the latency of that operation in a loop. The following packages needs to be installed in order to run this script: Python3 Python3-pip pymongo (PIP Package) apt update apt install python3 -y apt install python3-pip -y pip3…

Mongodb

1 min read

Testing Azure MongoDB connectivity with Python
Testing Azure MongoDB connectivity with Python
Mongodb

1 min read

Ovidiu Borlean

Ovidiu Borlean

10 Followers
Following
  • Tom Smykowski

    Tom Smykowski

  • Tony

    Tony

  • Paul Dally

    Paul Dally

  • Philippe Bogaerts

    Philippe Bogaerts

  • Richard Youngkin

    Richard Youngkin

See all (26)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams