Kubernetes in Action, Second Edition MEAP V15 by copyright-2023-manning-publications.html
Author:copyright-2023-manning-publications.html
Language: eng
Format: epub
To project the TLS certificate and private key into the envoy container of the kiada-ssl pod, you need to define a new volume and a new volumeMount, as shown in the next listing, which contains the important parts of the pod.kiada-ssl.secret-volume.yaml file.
Listing 9.17 Using a secret volume in a pod
apiVersion: v1 kind: Pod metadata: name: kiada-ssl spec: volumes: - name: cert-and-key #A secret: #A secretName: kiada-tls #A items: #B - key: tls.crt #B path: example-com.crt #B - key: tls.key #B path: example-com.key #B mode: 0600 #C ... containers: - name: kiada ... - name: envoy image: envoyproxy/envoy:v1.14.1 volumeMounts: #D - name: cert-and-key #D mountPath: /etc/certs #D readOnly: true #D ... ports: ...
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Disaster & Recovery | Email Administration |
Linux & UNIX Administration | Storage & Retrieval |
Windows Administration |
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(7658)
Grails in Action by Glen Smith Peter Ledbrook(7572)
Configuring Windows Server Hybrid Advanced Services Exam Ref AZ-801 by Chris Gill(5857)
Azure Containers Explained by Wesley Haakman & Richard Hooper(5822)
Running Windows Containers on AWS by Marcio Morales(5338)
Kotlin in Action by Dmitry Jemerov(4921)
Microsoft 365 Identity and Services Exam Guide MS-100 by Aaron Guilmette(4517)
Management Strategies for the Cloud Revolution: How Cloud Computing Is Transforming Business and Why You Can't Afford to Be Left Behind by Charles Babcock(4324)
Combating Crime on the Dark Web by Nearchos Nearchou(4075)
The Age of Surveillance Capitalism by Shoshana Zuboff(3797)
The Ruby Workshop by Akshat Paul Peter Philips Dániel Szabó and Cheyne Wallace(3739)
Microsoft Cybersecurity Architect Exam Ref SC-100 by Dwayne Natwick(3591)
Learn Windows PowerShell in a Month of Lunches by Don Jones(3410)
Python for Security and Networking - Third Edition by José Manuel Ortega(3318)
Mastering Python for Networking and Security by José Manuel Ortega(3227)
Mastering Azure Security by Mustafa Toroman and Tom Janetscheck(3227)
Blockchain Basics by Daniel Drescher(3188)
The Ultimate Docker Container Book by Schenker Gabriel N.;(2989)
TCP IP by Todd Lammle(2874)
