kubernetes-basicLearning | A simple repo | Learning library
kandi X-RAY | kubernetes-basicLearning Summary
kandi X-RAY | kubernetes-basicLearning Summary
This is just a simple demonstration to get a basic understanding of how Kubernetes works while working step by step. I learnt Kubernetes like this and made this repo to solve some problems that I faced during my learning experience so that it might help other beginners. We won't be going into depth about Docker :blush: but will see sufficient content to get you a basic understanding to learn and work with Kubernetes. :v: Hope you enjoy learning. If you like it please give it a :star2:. Important :- By seeing size of the readme, you might have second thoughts. But to be honest, if you work from start to finish, you won't experience any problem and learn along the way.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of kubernetes-basicLearning
kubernetes-basicLearning Key Features
kubernetes-basicLearning Examples and Code Snippets
Community Discussions
Trending Discussions on kubernetes-basicLearning
QUESTION
I am trying to refresh my K8s knowledge and am following this tutorial, but am running in some problems. My current cluster (minikube
) contains one pod called kubia
. This pod is alive and well and contains a simple Webserver.
I want to expose that server via a kubectl expose pod kubia --type=LoadBalancer --name kubia-http
.
Problem: According to my K8s dashboard, kubia-http
gets stuck on startup.
Debugging:
kubectl describe endpoints kubia-http
gives me
ANSWER
Answered 2020-Nov-20 at 18:12How does the below command output looks like?
kubectl get services kubia-http
kubectl describe services kubia-http
Does everything looks normal there?
I think you are facing similar issue mentioned in this question.
So if kubectl get services kubia-http
looks good except the known expected behavior external ip pending on minikube
, you should able to access the service using nodeport or clusterip
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install kubernetes-basicLearning
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page