<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Minikube%3A_Host_Access</id>
	<title>Minikube: Host Access - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Minikube%3A_Host_Access"/>
	<link rel="alternate" type="text/html" href="https://onnocenter.or.id/wiki/index.php?title=Minikube:_Host_Access&amp;action=history"/>
	<updated>2026-04-07T14:06:58Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.4</generator>
	<entry>
		<id>https://onnocenter.or.id/wiki/index.php?title=Minikube:_Host_Access&amp;diff=68686&amp;oldid=prev</id>
		<title>Onnowpurbo: Created page with &quot;Sumber: https://minikube.sigs.k8s.io/docs/handbook/host-access/   Host access How to access host resources from a pod Prerequisites The service running on your host must eithe...&quot;</title>
		<link rel="alternate" type="text/html" href="https://onnocenter.or.id/wiki/index.php?title=Minikube:_Host_Access&amp;diff=68686&amp;oldid=prev"/>
		<updated>2023-05-07T10:03:50Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Sumber: https://minikube.sigs.k8s.io/docs/handbook/host-access/   Host access How to access host resources from a pod Prerequisites The service running on your host must eithe...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Sumber: https://minikube.sigs.k8s.io/docs/handbook/host-access/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Host access&lt;br /&gt;
How to access host resources from a pod&lt;br /&gt;
Prerequisites&lt;br /&gt;
The service running on your host must either be bound to all IP’s (0.0.0.0) and interfaces, or to the IP and interface your VM is bridged against. If the service is bound only to localhost (127.0.0.1), this will not work.&lt;br /&gt;
&lt;br /&gt;
host.minikube.internal&lt;br /&gt;
To make it easier to access your host, minikube v1.10 adds a hostname entry host.minikube.internal to /etc/hosts. The IP which host.minikube.internal resolves to is different across drivers, and may be different across clusters.&lt;br /&gt;
&lt;br /&gt;
Validating connectivity&lt;br /&gt;
You can use minikube ssh to confirm connectivity:&lt;br /&gt;
&lt;br /&gt;
                         _             _&lt;br /&gt;
            _         _ ( )           ( )&lt;br /&gt;
  ___ ___  (_)  ___  (_)| |/')  _   _ | |_      __  &lt;br /&gt;
/' _ ` _ `\| |/' _ `\| || , &amp;lt;  ( ) ( )| '_`\  /'__`\&lt;br /&gt;
| ( ) ( ) || || ( ) || || |\`\ | (_) || |_) )(  ___/&lt;br /&gt;
(_) (_) (_)(_)(_) (_)(_)(_) (_)`\___/'(_,__/'`\____)&lt;br /&gt;
&lt;br /&gt;
$ ping host.minikube.internal&lt;br /&gt;
PING host.minikube.internal (192.168.64.1): 56 data bytes&lt;br /&gt;
64 bytes from 192.168.64.1: seq=0 ttl=64 time=0.225 ms&lt;br /&gt;
To test connectivity to a specific TCP service listening on your host, use nc -vz host.minikube.internal &amp;lt;port&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
$ nc -vz host.minikube.internal 8000&lt;br /&gt;
Connection to host.minikube.internal 8000 port [tcp/*] succeeded!&lt;br /&gt;
Here are how to interpret the different messages:&lt;br /&gt;
&lt;br /&gt;
Connection succeeded: You are connected!&lt;br /&gt;
Connection refused: the service is not listening on the port, at least not across all interfaces&lt;br /&gt;
Note&lt;br /&gt;
When using an older version of minikube, you may have to manually install tools like ping and netcat within the minikube image:&lt;br /&gt;
&lt;br /&gt;
sudo apt install iputils-ping netcat-openbsd&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Referensi==&lt;br /&gt;
&lt;br /&gt;
* https://minikube.sigs.k8s.io/docs/handbook/host-access/&lt;br /&gt;
&lt;br /&gt;
==Pranala Menarik==&lt;br /&gt;
&lt;br /&gt;
* [[minikube]]&lt;/div&gt;</summary>
		<author><name>Onnowpurbo</name></author>
	</entry>
</feed>