Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Kubernetes – An Enterprise Guide

You're reading from   Kubernetes – An Enterprise Guide Effectively containerize applications, integrate enterprise systems, and scale applications in your enterprise

Arrow left icon
Product type Paperback
Published in Dec 2021
Publisher Packt
ISBN-13 9781803230030
Length 578 pages
Edition 2nd Edition
Arrow right icon
Authors (2):
Arrow left icon
Marc Boorshtein Marc Boorshtein
Author Profile Icon Marc Boorshtein
Marc Boorshtein
Scott Surovich Scott Surovich
Author Profile Icon Scott Surovich
Scott Surovich
Arrow right icon
View More author details
Toc

Questions

A single Docker image can be used on any Docker host, regardless of the architecture used.
  1. True
  2. False
What does Docker use to merge multiple image layers into a single filesystem?
  1. Merged filesystem
  2. NTFS filesystem
  3. EXT4 filesystem
  4. Union filesystem
Kubernetes is only compatible with the Docker runtime engine?
  1. True
  2. False
When you edit a container's filesystem interactively, what layer are the changes written to?
  1. Operating system layer
  2. Bottom-most layer
  3. Container layer
  4. Ephemeral layer
Assuming the image contains the required binaries, what Docker command allows you to gain access to a container's bash prompt?
  1. docker shell -it <container> /bin/bash
  2. docker run -it <container> /bin/bash
  3. docker exec -it <container> /bin/bash
  4. docker spawn -it <container> /bin/bash
When a container is stopped, the Docker daemon will delete all traces of the container.
  1. True
  2. False
What command will show you a list of all containers, including any stopped containers?
  1. docker ps -all
  2. docker ps -a
  3. docker ps -list
  4. docker list all
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime
Visually different images