Skip to content
View btungut's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@Azure-Samples @microsoft @aspnet @Azure @dotnet

Block or report btungut

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. azure-devops-agent-on-kubernetes azure-devops-agent-on-kubernetes Public

    The easiest and most effective method for creating and managing Azure DevOps agents on Kubernetes

    Dockerfile 48 22

  2. kubeconfig-merge kubeconfig-merge Public

    kubeconfig-merge is a lightweight and efficient CLI tool designed to merge multiple Kubernetes kubeconfig files into a single, well-structured configuration.

    Go 12 1

  3. fluentd-kube-elastic fluentd-kube-elastic Public

    Regardless of whether your container logs are plain-text or json! This fluentd implementation collects, parses, and sends all types of log entries to Elasticsearch.

    Smarty 2

  4. AspNetHeaderReplicator AspNetHeaderReplicator Public

    AspNetHeaderReplicator is a lightweight ASP.NET library that enables seamless replication of HTTP request headers to response headers, based on customizable allow and discard rules.

    C# 1

  5. kubernetes-azure-keyvault-secret-operator kubernetes-azure-keyvault-secret-operator Public

    Kubernetes operator which enables your cluster to sync secrets with Azure KeyVault in easiest way

    C# 2

  6. Bash script for writing standard out... Bash script for writing standard output messages with colors
    1
    #!/bin/bash
    2
    set -euo pipefail
    3
    function log() {
    4
        local RED='\033[0;31m'
    5
        local YELLOW='\033[1;33m'