8443 - Kubernetes
apiVersion: v1
kind: Pod
metadata:
name: j4ckie-pod
namespace: default
spec:
containers:
- name: j4ckie-pod
image: nginx:1.14.2
volumeMounts:
- mountPath: /mnt
name: hostfs
volumes:
- name: hostfs
hostPath:
path: /Last updated