Giter Club home page Giter Club logo

infrastructure_docker_syslogng's Introduction

Infrastructure_docker_syslogng

Note: I could not get syslogng working, but my custom rsyslog works wonderfully. Only use that one.

Couple of extra setup steps here:

  1. Make the PVs for the config and /var/log/ persistent storage before in the production namespace. (kubernetes/syslogngpv-dynamic.yaml)
  2. Deploy the kubernetes manifests.
  3. Make a new private end point using Azure CLI (Bash):

AKS_MC_RG=$(az aks show -g CS_Infrastructure_AKS --name Infrastructure --query nodeResourceGroup -o tsv)

To confirm: az network private-link-service list -g $AKS_MC_RG --query "[].{Name:name,Alias:alias,Tag:tag}" -o table

OLD : AKS_PLS_ID=$(az network private-link-service list -g $AKS_MC_RG --query "[].id" -o tsv) AKS_PLS_ID=$(az network private-link-service list -g $AKS_MC_RG --query "[].{Id:id, Owner:tags."k8s-azure-owner-service"} | [?contains(Owner,'syslog')]".Id -o tsv)

az network private-endpoint create -g CS_Infrastructure_USNorthCentral --name aksSyslogPE --vnet-name Subnet_CS_Cloud_USNorthCentral --subnet Server_AKS_syslog --private-connection-resource-id $AKS_PLS_ID --connection-name connectToAKSSyslog

NOTE: if you remove the service from kubernetes (not upgrading, removal) then you need to make sure remove a few things:

  • aksSyslogPE private-endpoint
  • associated vNic in the Server_AKS_syslog vnet
  1. Register DNS to the pviate-endpoint syslog.cs.calvin.edu -> 10.230.64.28

infrastructure_docker_syslogng's People

Contributors

chriswier avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.