logo

Crowdly

Browser

Add to Chrome

COMPUTACIÓN DE ALTAS PRESTACIONES

Looking for COMPUTACIÓN DE ALTAS PRESTACIONES test answers and solutions? Browse our comprehensive collection of verified answers for COMPUTACIÓN DE ALTAS PRESTACIONES at moodle.uam.es.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

Si el contenido del fichero redis-leader-service.yaml es el siguiente:

# SOURCE: https://cloud.google.com/kubernetes-engine/docs/tutorials/guestbook

apiVersion: v1

kind: Service

metadata:

name: redis-leader

labels:

app: redis

role: leader

tier: backend

spec:

ports:

- port: 16379

targetPort: 6379

selector:

app: redis

role: leader

tier: backend

Y se ha hecho previamente

kubectl apply -f redis-leader-service.yaml

.

¿Cómo debo acceder al servicio?

0%
0%
0%
0%
View this question

¿Cuál es la unidad más pequeña de operación en Kubernetes?

100%
0%
0%
0%
View this question

En la práctica, ¿qué tipo de servicio kubernetes se ha definido para Apache Spark?

86%
14%
0%
0%
View this question

Si el contenido del fichero redis-leader-deployment.yaml es el siguiente:

# SOURCE: https://cloud.google.com/kubernetes-engine/docs/tutorials/guestbook

apiVersion: apps/v1

kind: Deployment

metadata:

name: redis-leader

labels:

app: redis

role: leader

tier: backend

spec:

replicas: 1

selector:

matchLabels:

app: redis

template:

metadata:

labels:

app: redis

role: leader

tier: backend

spec:

containers:

- name: leader

image: "docker.io/redis:6.0.5"

resources:

limits:

cpu: 100m

memory: 100Mi

ports:

- containerPort: 6379

Y se ha hecho previamente

kubectl apply -f redis-leader-deployment.yaml

.

¿Cuál es la salida del comando

kubectl get pods?

0%
100%
0%
0%
View this question

Un servicio ...

11%
56%
0%
33%
View this question

Si el contenido del fichero redis-leader-service.yaml es el siguiente:

# SOURCE: https://cloud.google.com/kubernetes-engine/docs/tutorials/guestbook

apiVersion: v1

kind: Service

metadata:

name: redis-leader

labels:

app: redis

role: leader

tier: backend

spec:

type: NodePort

ports:

- port: 16379

nodePort: 31379

targetPort: 6379

selector:

app: redis

role: leader

tier: backend

Y se ha hecho previamente

kubectl apply -f redis-leader-service.yaml

.

¿Cómo debo acceder al servicio?

0%
13%
88%
0%
View this question

Un servicio de tipo ClusterIP ...

0%
0%
0%
0%
View this question

Si el contenido del fichero redis-leader-service.yaml es el siguiente:

# SOURCE: https://cloud.google.com/kubernetes-engine/docs/tutorials/guestbook

apiVersion: v1

kind: Service

metadata:

name: redis-leader

labels:

app: redis

role: leader

tier: backend

spec:

type: LoadBalancer

ports:

- port: 16379

nodePort: 31379

targetPort: 6379

selector:

app: redis

role: leader

tier: backend

Y se ha hecho previamente

kubectl apply -f redis-leader-service.yaml

.

Al hacer kubectl get svc, aparece:

NAME           TYPE           CLUSTER-IP     EXTERNAL-IP   PORT(S)                         AGE

redis-master LoadBalancer 10.43.254.87 10.100.1.1 <OCULTO> 5d21h

¿Cómo debo acceder al servicio?

0%
100%
0%
0%
View this question

Si el contenido del fichero redis-leader-deployment.yaml es el siguiente:

# SOURCE: https://cloud.google.com/kubernetes-engine/docs/tutorials/guestbook

apiVersion: apps/v1

kind: Deployment

metadata:

name: redis-leader

labels:

app: redis

role: leader

tier: backend

spec:

replicas: 1

selector:

matchLabels:

app: redis

template:

metadata:

labels:

app: redis

role: leader

tier: backend

spec:

containers:

- name: leader

image: "docker.io/redis:6.0.5"

resources:

limits:

cpu: 100m

memory: 6000Mi

requests:

cpu: 100m

memory: 6000Mi

ports:

- containerPort: 6379

Y se ha hecho previamente kubectl apply -f redis-leader-deployment.yaml. ¿Cuál es la salida del comando kubectl get pods?

0%
75%
25%
0%
View this question

Un pod puede tener...

0%
88%
0%
13%
View this question

Want instant access to all verified answers on moodle.uam.es?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome