Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Kubernetes – An Enterprise Guide - Second Edition

You're reading from  Kubernetes – An Enterprise Guide - Second Edition

Product type Book
Published in Dec 2021
Publisher Packt
ISBN-13 9781803230030
Pages 578 pages
Edition 2nd Edition
Languages
Authors (2):
Marc Boorshtein Marc Boorshtein
Profile icon Marc Boorshtein
Scott Surovich Scott Surovich
Profile icon Scott Surovich
View More author details

Table of Contents (17) Chapters

Preface 1. Docker and Container Essentials 2. Deploying Kubernetes Using KinD 3. Kubernetes Bootcamp 4. Services, Load Balancing, ExternalDNS, and Global Balancing 5. Integrating Authentication into Your Cluster 6. RBAC Policies and Auditing 7. Deploying a Secured Kubernetes Dashboard 8. Extending Security Using Open Policy Agent 9. Node Security with GateKeeper 10. Auditing Using Falco, DevOps AI, and ECK 11. Backing Up Workloads 12. An Introduction to Istio 13. Building and Deploying Applications on Istio 14. Provisioning a Platform 15. Other Books You May Enjoy
16. Index

Questions

  1. The dashboard is insecure.
    1. True
    2. False
  2. How can the dashboard identify a user?
    1. The options are either no authentication, or a token injected from a reverse proxy
    2. Username and password
    3. ServiceAccount
    4. Multi-factor authentication
  3. How does the dashboard track session state?
    1. Sessions are stored in etc
    2. Sessions are stored in custom resource objects called DashboardSession
    3. There are no sessions
    4. If a token is uploaded, it's encrypted and stored in the browser as a cookie
  4. When using a token, how often can the dashboard refresh it?
    1. Once a minute
    2. Every thirty seconds
    3. When the token expires
    4. None of the above
  5. What's the best way to deploy the dashboard?
    1. Using kubectl port-forward
    2. Using kubectl proxy
    3. With a secret Ingress...
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 ₹800/month. Cancel anytime}