qanda
How do I port forward to localhost
kubectl port-forward html-against-humanity-6b88977966-2sfdm 5000:5000
How do I solve this x509 Certificate Problem
--insecure-skip-tls-verify
Questions
-
Generate cert to connect remotely to cluster
-
Forward an entire port into the cluster
-
ELI5 Routers and Kubernetes
-
How to bind ingress to a specific host
-
Simple way to create a kubernetes cluster
-
How to set up and use persistent storage
-
Any good tutorials
- https://kubernetes.io/docs/tutorials/hello-minikube/
-
How do I Backup and restore containers
- velero from vmware
Welcome to OpenShift
-
Troubleshooting issues
- https://github.com/openshift/origin/issues/21650
-
Get everything from openshift
-
oc delete all --selector app=blog-django-py
-
Delete stuff from openshift
-
oc get all -o name
How do containers on the same pod communicate
Each pod has a seperate port open to it so just use localhost followed by the opened port