• aDocs Home
  • Get Started
    • Install Porter
    • QuickStart
  • Porter Commands
    • Overview
    • Bundles
    • Credentials
    • Parameters
    • Installations
    • Mixins
    • Plugins
  • Mixins
    • Overview
    • Develop Mixins
    • Distribute Mixins
    • Mixin Architecture
  • Plugins
    • Overview
    • Types
  • Author Bundles
    • Overview
    • Custom Dockerfile
    • Mixins
    • Dependencies
    • Parameters, Credentials and Outputs
  • Distribute Bundles
    • Overview
    • Copy Bundles
    • Archive Bundles
    • Compatible Registries
  • Examine Bundles
    • Overview
    • Inspect Bundle Images
  • Porter Architecture
    • Overview
    • Buildtime
    • Runtime
    • Invocation Images
    • Credentials
    • Parameters
  • FAQ
  • Troubleshooting
  • Best Practices
  • References
    • Configuration
    • Docker Images
    • CNAB Spec
Contribute to Docs

Porter | Back to home

  • Get Started
    • Install Porter
    • QuickStart
  • Porter Commands
    • Overview
    • Bundles
    • Credentials
    • Parameters
    • Installations
    • Mixins
    • Plugins
  • Mixins
    • Overview
    • Develop Mixins
    • Distribute Mixins
    • Mixin Architecture
  • Plugins
    • Overview
    • Types
  • Author Bundles
    • Overview
    • Custom Dockerfile
    • Mixins
    • Dependencies
    • Parameters, Credentials and Outputs
  • Distribute Bundles
    • Overview
    • Copy Bundles
    • Archive Bundles
    • Compatible Registries
  • Examine Bundles
    • Overview
    • Inspect Bundle Images
  • Porter Architecture
    • Overview
    • Buildtime
    • Runtime
    • Invocation Images
    • Credentials
    • Parameters
  • FAQ
  • Troubleshooting
  • Best Practices
  • References
    • Configuration
    • Docker Images
    • CNAB Spec
Contribute to Docs

This site uses cookies for analytics purposes. By continuing to browse this site, you agree to this use.

  • Install
  • QuickStart
  • Blog
  • Community
  • Learning
  • Docs
  • Github
 

Connect to Minikube

The easiest way to work with Minikube is to embed the certificates used to authenticate to your cluster inside your kubeconfig. Minikube can do that for you automatically with a configuration setting:

minikube config set embed-certs true

With that setting enabled, the next time you run minikube start, your kubeconfig will have the certificates embedded.