minikube
Here are 492 public repositories matching this topic...
A curated list for awesome kubernetes sources
-
Updated
Oct 15, 2020 - Shell
Every kubeflow image should be scanned for security vulnerabilities.
It would be great to have a periodic security report.
Each of these images with vulnerability should be patched and updated.
It was far from obvious for me that the argParser for --also-proxy was of type append. The documentation could say something about the following possibility. Had to fork the code to figure this out.
telepresence --run-shell --method vpn-tcp \
--also-proxy example1.com \
--also-proxy example2.com \
--also-proxy example3.com
-
Updated
May 9, 2020 - Python
Is your feature request related to a problem?
"DevSpace should use the current docker behavior for dockerignore:
Dockerfile + .dockerignore
Dockerfile + Dockerfile.dockerignore
Dockerfile.frontend + Dockerfile.frontend.dockerignore
"
Which solution do you suggest?
Delegating the dockerignore file search to Docker if possible, otherwise copying the behavior as best as possible
docker-machine/minikube/minishift driver plugin for xhyve/hyperkit (native macOS hypervisor.framework)
-
Updated
Oct 18, 2020 - Go
Ethereum on Tendermint using Cosmos-SDK!
-
Updated
Oct 7, 2020 - Go
Add public LoadBalancers to your local Kubernetes clusters.
-
Updated
Oct 16, 2020 - Go
Instant Kubernetes-Native Application Observability
-
Updated
Oct 19, 2020 - Python
O'Reilly Online Training for Kubernetes
-
Updated
Jul 2, 2020 - Shell
Restart Pods on Minikube automatically on image rebuilds
-
Updated
May 28, 2018 - Go
Running Laravel project using Docker and Deploying using Kubernetes
-
Updated
Jul 12, 2018 - PHP
Teaching myself about Envoy on Kubernetes
-
Updated
Jan 5, 2018 - Go
Project for Gluu Docker files: This repo has been depreciated in favor for https://github.com/GluuFederation/cloud-native-edition.
-
Updated
Oct 14, 2020 - Shell
Docker machine driver for VMware Fusion and Workstation.
-
Updated
Aug 16, 2020 - Go
JHipster Microservices Example using Spring Cloud, Spring Boot, Angular, Docker, and Kubernetes
-
Updated
Sep 4, 2020 - Java
sample spring boot application that uses some features provided by spring cloud kubernetes, spring cloud ribbon and zuul proxy deployed on Kubernetes
-
Updated
Sep 11, 2020 - Java
Single node Kubernetes instance implemented using Terraform and kubeadm
-
Updated
Oct 18, 2020 - HCL
Run minikube on Travis CI
-
Updated
May 8, 2020
Example real time quiz application with .NET Core, React, DDD, Event Sourcing, Docker and built-in infrastructure for CI/CD with k8s, jenkins and helm
-
Updated
Nov 19, 2018 - C#
Easy to use KubeVirt demo based on minikube.
-
Updated
May 19, 2020 - Shell
A golang based Kubernetes application which can scale volume dynamically
-
Updated
Oct 17, 2020 - Go
PROJECT HAS MOVED TO OPENSTACK
-
Updated
Jul 19, 2017
Hi, since Helm 2.5.0, it's possible to use relative urls in index.yaml chart repository: https://github.com/helm/helm/blob/master/docs/chart_repository_faq.md
Minibroker is not compatible with that mode.
In pkg/helm/helm.go, the LoadChart function should first check if chartURL is a fully qualified URL, if not, build an URL with the relative URL and "repoURL".
A sample video upload platform as a kubernetes cluster (WIP)
-
Updated
Oct 14, 2017 - Go
Belajar Kubernetes
-
Updated
Jun 17, 2020 - Shell
SanFran - Serverless Functions for Kubernetes
-
Updated
Feb 23, 2019 - Go
Improve this page
Add a description, image, and links to the minikube topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the minikube topic, visit your repo's landing page and select "manage topics."


Environment:
Minikube on Mac OS X
What happened:
I am trying to load NGINX-Ingress with a custom tls certificate, in this case a trusted TLS certificate I generated on my machine. I start minikube, then enable the ingress-nginx addon which deploys nginx to the kube-system namespace successfully. I create my certificate in the kube-system namespace with the title
mkcert.I then modified