Sunday, December 5, 2021
ConfigMap - Kubernetes YAML Manifest
https://www.youtube.com/watch?v=6T5mI2VwUNc
apiVersion : v1 kind : configMap metadata : name : wordpress-credentials data: username : "blaize" db-password : "password" --- spec: containers: - image: wordpress:4.8-apache name: env: - name: WORDPRESS_DB_PASSWORD valueFrom: configMapKeyRef: name: wordpress-credentials key: db-password
Saturday, November 27, 2021
Subscribe to:
Posts (Atom)
Azure - Pipeline - Add Approver for Stage
https://learn.microsoft.com/en-us/azure/devops/pipelines/process/approvals?view=azure-devops&tabs=check-pass
-
Understanding Spring Cloud Eureka Server self preservation and renew threshold SELF PRESERVATION MODE : if Renews (last min) is less than ...
-
https://www.baeldung.com/spring-properties-file-outside-jar https://docs.spring.io/spring-boot/docs/current/reference/html/spring-boot-featu...
-
BastionLess VM , VM is in private Subnet with private IP with access to NAT gateway NAT Gateway should have a route to Internet G/W https:...

