https://www.youtube.com/watch?v=ZLjl_55um4I&t=294s
Sunday, August 8, 2021
Semver: Tilde vs Caret
http://nodesource.com/blog/semver-tilde-and-caret/
First Came ~ Apply patches...latest
~1.2.3 can take 1.2.x Series.....Path Versions
Later Software Matured...Needed something to replace both MINOR.PATCH version
So Caret ^ was introduced
^1.2.3 can take 1.x.x Series until and not including 2.0.0
Thursday, August 5, 2021
AWS: EC2: Create Signature from Private Key - EC2 to verify if its the same one
openssl pkcs8 -in ./ProjKey.pem -inform PEM -outform DER -topk8 -nocrypt | openssl sha1 -c
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html#verify-key-pair-fingerprints
Wednesday, August 4, 2021
Kubectl - Kubernetes -1
eks@ABCDAWS01:/$ kubectl get pods -n fda | awk '/case-management/{print $1}'
case-management-6b66d59f44-b6fph
case-management-6b66d59f44-b6fph
eks@ABCDAWS01:/$ kubectl get pods -n fda | awk '/case-management/'
case-management-6b66d59f44-b6fph 1/1 Running 0 37m
eks@ABCDAWS01:/$ kubectl get pods -n fda |grep -E 'business|case|platform|output'
business-rules-68b8c55fd4-5gm8k 1/1 Running 0 37m
case-management-6b66d59f44-b6fph 1/1 Running 0 37m
output-generation-74b548d65b-fc44z 1/1 Running 0 37m
platform-7b5c6965c8-s2cv6 1/1 Running 0 36m
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
-
https://www.baeldung.com/spring-properties-file-outside-jar https://docs.spring.io/spring-boot/docs/current/reference/html/spring-boot-featu...
-
https://learn.microsoft.com/en-us/azure/devops/pipelines/process/approvals?view=azure-devops&tabs=check-pass
-
The decision was made to block such external HTTP repositories by default https://stackoverflow.com/questions/66980047/maven-build-failure-d...