Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

261
Views
Estoy tratando de alojar nginx usando Kubernetes ReplicationController. Publicar alojamiento exitoso pero no es accesible a través del sistema host

controlador de replicación.yml

 apiVersion: v1 kind: ReplicationController metadata: name: nginx spec: replicas: 3 selector: app: nginx template: metadata: name: nginx labels: app: nginx spec: containers: - name: nginx image: nginx ports: - containerPort: 80

nginx-servicio.yml

 apiVersion: v1 kind: Service metadata: name: nginx-service spec: type: NodePort selector: app: nginx ports: - protocol: TCP port: 80

Comandos:

  1. kubectl create -f controlador de replicación.yml
  2. kubectl create -f nginx-servicio.yml

Estado de Kubernetes No accesible a través del sistema host en el puerto 31078

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

No puedo reproducir tu error; el manifiesto funciona para mí.

Sin embargo, si está utilizando Minikube, debe tener en cuenta que Minikube tiene su propia máquina virtual con dirección IP. Por favor, inténtalo:

 curl $(minikube ip):31078
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!