5G Bootcamp Day 2 Istio / Calico / Helm

5G Bootcamp Day 2 Istio / Calico / Helm

Professional Development

7 Qs

quiz-placeholder

Similar activities

CI/CD Training

CI/CD Training

Professional Development

10 Qs

Pre Test Basic Modul 1 Jam

Pre Test Basic Modul 1 Jam

Professional Development

10 Qs

Pre Test Basic Modul 1 Jam

Pre Test Basic Modul 1 Jam

Professional Development

10 Qs

04. Logika Lagi Yuk

04. Logika Lagi Yuk

Professional Development

10 Qs

Lesson 1: Cloud Fundamentals

Lesson 1: Cloud Fundamentals

Professional Development

10 Qs

kubernetes-2

kubernetes-2

Professional Development

10 Qs

Revision Monday - Part 3

Revision Monday - Part 3

Professional Development

10 Qs

Kubernetes-1

Kubernetes-1

Professional Development

10 Qs

5G Bootcamp Day 2 Istio / Calico / Helm

5G Bootcamp Day 2 Istio / Calico / Helm

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

razzolini800 razzolini800

Used 9+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What is a service mesh? (choose 2)

a service mesh will not control of delivering service requests in an application

High availability is not common on a service mesh

A service mesh is a dedicated infrastructure layer that controls service-to-service communication over a network

•Service meshes can make service-to-service communication fast, reliable and secure.

2.

MULTIPLE SELECT QUESTION

1 min • 1 pt

What options better describe Istio? (choose 2)

a required micro services platform for 5G.

Istio is an open source service mesh that provides the fundamentals needed for a distributed microservice architecture

Istio reduces complexity of managing microservice deployments by providing a uniform way to secure, connect, and monitor microservices

When using Istio, another layer for security is needed

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Select 3 components of the Istio architecture:

Galley

route reflector

Pilot

MIxer

CIticenter

4.

MULTIPLE SELECT QUESTION

1 min • 1 pt

What options better describe Calico? (choose 2)

Only networking option available for Kubernetes

•Provides high performance networking fabric, and battle-tested policy engine for Kubernetes clusters

ECMP with Calico is not available

•The Calico approach of using a pure IP network combined with BGP for route distribution allows internet scaling for virtual networks

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Choose 4 elements of the Calico architecture:

Etcd

Iptables

Felix

BGP client

Route reflector

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What options are correct about HA deployments on k8s: (choose 3)

Minimum 3 Masters

Minimum 2 Masters

Minimum 3 ETCD

Minimum 4 ETCD

ETCD separate from master

7.

MULTIPLE SELECT QUESTION

1 min • 1 pt

What is Helm? (choose 3)

Helm is an executable application

Helm is a package manager for Kubernetes applications

•Helm Charts help you define, install, and upgrade Kubernetes application

•A Helm chart is simply a collection of YAML template files organized into a specific directory structure