Skip to content

Deployment configuration

Clément T edited this page Mar 19, 2020 · 2 revisions

VM characteristics: Ubuntu Server 18.04, 8 cpu cores, 8GB RAM, no graphics card.

sudo make start_kubernetes
  [...]
There are 1 kubernetes nodes on your host server!!!
Please input where the video clips server is ([localhost] or [NFS server IP address]): localhost
Do you need to deploy the vod transcode service? ([y] or [n]): y
Please choose the transcode mode of the 0thvod ([hw]: hardware is for E3/VCA2 or [sw]: software is for E5): sw
Do you still need to deploy the 2th vod? ([y] or [n]): n
Do you need to deploy the live transcode service? ([y] or [n]): n
Please input run cdn request cpu core number: 0.2
Please input run cdn request memory quota(MiB): 500
Please input run redis request cpu core number: 0.2
Please input run redis request memory quota(MiB): 500
Please input run zookeeper request cpu core number: 0.2
Please input run zookeeper request memory quota(MiB): 500
Please input run kafka request cpu core number: 0.2
Please input run kafka request memory quota(MiB): 500
Please input run vod0 request cpu core number: 6
Please input run vod0 request memory quota(MiB): 4000
  [...]
deployment.extensions/vod0-service created
deployment.extensions/kafka-service created
service/cdn-service created
service/zookeeper-service created
deployment.extensions/cdn-service created
service/redis-service created
service/kafka-service created
deployment.extensions/zookeeper-service created
deployment.extensions/redis-service created

- written on March 19, 2020