61%
25.09.2023
kind: Service
03 metadata:
04 name: nginx
05 spec:
06 ports:
07 - port: 8080
08 targetPort: 80
09 selector:
10 app: nginx
Listing 7
my-k8s-app/webapp-service.yaml
01
61%
08.10.2015
environment so it could use the Linux kernel's container API. However, since version 0.9 Docker has operated independently of LXC. The libcontainer library written in the programming language Go now
61%
07.06.2019
(dayOfYear):as.factor(wday)Monday 16.64 18 8.382 < 2e-16 ***
s(dayOfYear):as.factor(wday)Saturday 11.29 18 3.307 3.00e-09 ***
s(dayOfYear):as.factor(wday)Sunday 12.92 18 4.843 1.02e-13 ***
---
Signif. codes: 0
61%
11.04.2016
": "admin",
"NoEcho": "true",
"Description" : "The WordPress database admin account password",
"Type": "String",
"MinLength": "8",
"MaxLength": "41",
"AllowedPattern" : "[a-zA-Z0-9
60%
09.10.2017
and authentication. Thanks to persistent volumes [7] or stateful sets [8], Kubernetes has the option to keep data permanently. If you operate further external monitoring, you will likely combine Prometheus
60%
28.11.2022
to sign DoD contracts with a POA&M in place, which means your organization does not need to achieve the highest assessment score possible by May 2023. However, in case that lessens your sense of urgency
60%
09.10.2017
[...]
02 apiVersion: extensions/v1beta1
03 kind: Ingress
04 metadata:
05 name: test
06 spec:
07 rules:
08 - host: foo.bar.com
09 http:
10 paths:
11 - path: /foo
12 backend:
13
60%
15.08.2016
" by Nicole Hemsoth: http://www.nextplatform.com/2015/09/23/shifter-expands-container-capabilities-for-hpc/
Gregory M. Kurtzer on GitHub: http://gmkurtzer.github.io/
"Interview with the Developer
60%
23.03.2022
laytonjb laytonjb 19946519 Nov 20 2020 Lmod-8.4.15.tar.gz
31988342 drwxrwxr-x 2 laytonjb laytonjb 4096 Oct 27 14:22 mpibzip2-0.6
31988329 -rw-rw-r-- 1 laytonjb laytonjb 92160 Oct 27 14:18 mpibzip
60%
10.06.2015
"} )
09
10 # force called programs to english output
11 LANG=C LC_ALL=C
12
13 function die {
14 echo 1>&2 "$*"
15 exit 10
16 }
17
18 function get_display_resolution {
19 local find_display="$1