Skip to content

Repository to provisioning router and monitoring pod in multi-cite Kubernetes cluster

License

Notifications You must be signed in to change notification settings

OFTEIN-NET/OFTEIN-Router-and-Monitoring-Pod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Router and Monitoring Pod Configuration in OF@TEIN Kubernetes Cluster

Repository to provision router and monitoring pods in OF@TEIN++ multiple Kubernetes cluster

Overview

Requirements

Configuration

Example of router configuration for UM site worker node um-router-pod.yaml is shown below:

apiVersion: v1
kind: Pod
metadata:
  name: router-pod-um
spec:
  volumes:
    - name: configDir
      mountPath: "..."
  containers:
    - name: quagga
      image:
      command:
      volumeMounts:
        - mountPath: "/config"
          name: configDir
  nodeName: k8s-worker-um-1

Usage

To apply the configuration please use this kubectl command:

kubectl apply -f um-router-pod.yaml

Troubleshooting

About

Repository to provisioning router and monitoring pod in multi-cite Kubernetes cluster

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published