mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-03-01 06:10:32 +00:00
mention the spark cluster is standalone add detailed master & worker instructions add method to get master status add links option for master status add links option for worker status add example use of cluster add source location
10 lines
198 B
JSON
10 lines
198 B
JSON
{
|
|
"id": "spark-master",
|
|
"kind": "Service",
|
|
"apiVersion": "v1beta1",
|
|
"port": 7077,
|
|
"containerPort": 7077,
|
|
"selector": { "name": "spark-master" },
|
|
"labels": { "name": "spark-master" }
|
|
}
|