Kubernetes World

  • Login
Trending now

Why Bosch choose the cloud way?. Kubernetes is an open-source container… | by Arjun Chauhan ...

Deploying WordPress On Kubernetes With Amazon RDS Using Terraform | by Abhishek Chouhan | Mar, ...

Deploy a Web Application With Let’s Encrypt and Kubernetes Using Terraform on GCP (Part 1) ...

Azure Kubernetes Service. Over the last few years, people have… | by Chetna Manku | ...

Five Star Friday: This week’s top rated labs and quests | by Qwiklabs | Mar, ...

Task16:- Kubernetes in Industries and its Use Cases | by Aman Goyal | Mar, 2021 ...

Breaking down and fixing etcd cluster | by Andrei Kvapil | Mar, 2021 | ITNEXT

Configuring k8s Multi-Node cluster using Ansible | by Ritesh Singh | Mar, 2021 | Medium

Microsoft Azure Kubernetes Service (AKS) | by Abhiroop Bas | Mar, 2021 | Medium

Kubernetes Policy Enforcement to Enable DevSecOps | by Fairwinds | Mar, 2021 | Medium

Home » Technology » Rancher on EKS: Solving “Error connecting to WebSocket” while using ELB with nginx ingress | by Victor Muchiaroni | sysadmuchi | Feb, 2021 | Medium

Rancher on EKS: Solving “Error connecting to WebSocket” while using ELB with nginx ingress | by Victor Muchiaroni | sysadmuchi | Feb, 2021 | Medium medium.com

1
admin 1 week ago in Technology

The first time I tried to install rancher on an EKS cluster, I faced this error that took me some time to solve. Message:“Error connecting to WebSocket Unable to establish a WebSocket connection to the server. If your server is behind a proxy or SSL-termination device, Browser can not connect to WebSocket. If you run the server behind a proxy, please make sure the proxy supports WebSockets. Streaming stats, logs, shell/console, and auto-updating of the state of resources may not work until this is resolved.” This was happening because my SSL termination was on the AWS ELB side and it would not pass some required Headers to Rancher’s services. In order to solve that, I have to add some specific annotations to the kubernetes nginx ingress. The nginx ingress manifest file looks like this(the specific annotations are marked in BOLD):

  • Facebook
  • Twitter
  • Pinterest
  • Google+
Report Story

Related Stories

  1. Why Bosch choose the cloud way?. Kubernetes is an open-source...
  2. Deploying WordPress On Kubernetes With Amazon RDS Using Terraform |...
  3. Deploy a Web Application With Let’s Encrypt and Kubernetes Using...
  4. Azure Kubernetes Service. Over the last few years, people have…...
  5. Five Star Friday: This week’s top rated labs and quests...
  6. Task16:- Kubernetes in Industries and its Use Cases | by...
  7. Breaking down and fixing etcd cluster | by Andrei Kvapil...
  8. Configuring k8s Multi-Node cluster using Ansible | by Ritesh Singh...
Tags : AWSkubernetesrancher

Get weekly Kubernetes news directly to your inbox

Loading
Copyright © 2021 Kubernetes World.
Login Register

Login

Lost Password
Oops! Sorry, registration is disabled.

Rancher on EKS: Solving “Error connecting to WebSocket” while using ELB with nginx ingress | by Victor Muchiaroni | sysadmuchi...

admin 1 week ago in

The first time I tried to install rancher on an EKS cluster, I faced this error that took me some time to solve. Message:“Error connecting to WebSocket Unable to establish a WebSocket connection to the server. If your server is behind a proxy or SSL-termination device, Browser can not connect to WebSocket. If you run the server behind a proxy, please make sure the proxy supports WebSockets. Streaming stats, logs, shell/console, and auto-updating of the state of resources may not work until this is resolved.” This was happening because my SSL termination was on the AWS ELB side and it would not pass some required Headers to Rancher’s services. In order to solve that, I have to add some specific annotations to the kubernetes nginx ingress. The nginx ingress manifest file looks like this(the specific annotations are marked in BOLD):

  • Facebook
  • Twitter
  • Pinterest
  • Google+
Report Story

Related Stories

  1. Why Bosch choose the cloud way?. Kubernetes is an open-source...
  2. Deploying WordPress On Kubernetes With Amazon RDS Using Terraform |...
  3. Deploy a Web Application With Let’s Encrypt and Kubernetes Using...
  4. Azure Kubernetes Service. Over the last few years, people have…...
  5. Five Star Friday: This week’s top rated labs and quests...
  6. Task16:- Kubernetes in Industries and its Use Cases | by...
  7. Breaking down and fixing etcd cluster | by Andrei Kvapil...
  8. Configuring k8s Multi-Node cluster using Ansible | by Ritesh Singh...