Reader small image

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

Product typeBook
Published inDec 2021
PublisherPackt
ISBN-139781803230030
Edition2nd Edition
Right arrow
Authors (2):
Marc Boorshtein
Marc Boorshtein
author image
Marc Boorshtein

Marc Boorshtein has been a software engineer and consultant for 20 years and is currently the CTO (Chief Technology Officer) of Tremolo Security, Inc. Marc has spent most of his career building identity management solutions for large enterprises, U.S. Government civilian agencies, and local government public safety systems.
Read more about Marc Boorshtein

Scott Surovich
Scott Surovich
author image
Scott Surovich

Scott Surovich has been involved in the industry for over 25 years and is currently the Global Container Engineering Lead at a tier 1 bank as the Global on-premises Kubernetes product owner architecting and, delivering cluster standards, including the surrounding ecosystem. His previous roles include working on other global engineering teams, including Windows, Linux, and virtualization.
Read more about Scott Surovich

View More author details
Right arrow

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 page is locked
Previous PageNext Chapter
You have been reading a chapter from
Kubernetes – An Enterprise Guide - Second Edition
Published in: Dec 2021Publisher: PacktISBN-13: 9781803230030

Authors (2)

author image
Marc Boorshtein

Marc Boorshtein has been a software engineer and consultant for 20 years and is currently the CTO (Chief Technology Officer) of Tremolo Security, Inc. Marc has spent most of his career building identity management solutions for large enterprises, U.S. Government civilian agencies, and local government public safety systems.
Read more about Marc Boorshtein

author image
Scott Surovich

Scott Surovich has been involved in the industry for over 25 years and is currently the Global Container Engineering Lead at a tier 1 bank as the Global on-premises Kubernetes product owner architecting and, delivering cluster standards, including the surrounding ecosystem. His previous roles include working on other global engineering teams, including Windows, Linux, and virtualization.
Read more about Scott Surovich