Open in app
Home
Notifications
Lists
Stories

Write
Peter Jausovec
Peter Jausovec

Home

About

Pinned

Kubernetes CLI (kubectl) tips you didn’t know about

AhmetB started an excellent thread yesterday where he asked people to share a Kubernetes CLI (kubectl) tip that they think a lot of users don’t know about. There are so many excellent tips I decide to collect the most interesting ones in a single post. …

Kubernetes

3 min read

Kubernetes CLI (kubectl) tips you didn’t know about
Kubernetes CLI (kubectl) tips you didn’t know about

Published in ITNEXT

·Pinned

Setting up SSL certificates with Istio Gateway

SSL certificates are a must these days. They help protect the data being sent between the server and the client by encrypting it, which gives your website more credibility. In this blog post, I will explore a couple of different ways you can obtain SSL certificates and configure the Istio…

Istio

7 min read

Setting up SSL certificates with Istio Gateway
Setting up SSL certificates with Istio Gateway

Jul 26

Top Cloud-Native Certifications and Learning Resources

This post provides a quick overview of the most popular cloud-native certifications. There are different reasons why one decides to get certified. …

Kubernetes

9 min read

Top Cloud-Native Certifications and Learning Resources
Top Cloud-Native Certifications and Learning Resources

Apr 3

Firebase Emulators Error: TIMEOUT: Port 8080 on localhost was not active within 60000ms

This timeout issue happens when you try to run Firebase emulators locally. Assuming you’ve run firebase init and installed the emulators as soon as you run firebase emulators:start you might get an output similar to this one: emulators: Support for Java version <= 10 will be dropped soon in firebase-tools@11…

Firebase

2 min read

Firebase Emulators Error: TIMEOUT: Port 8080 on localhost was not active within 60000ms
Firebase Emulators Error: TIMEOUT: Port 8080 on localhost was not active within 60000ms

Published in Envoy Proxy

·Feb 10

Envoy Fundamentals, a training course to enable faster adoption of Envoy Proxy

Envoy Proxy, an open-source edge and service proxy, is a vital part of today’s modern, cloud-native application and is used in production by large companies like Booking.com, Pinterest, and Airbnb(Source). Tetrate, a top contributor to Envoy, has developed Envoy Fundamentals, free training with a completion certificate, to help enterprises adopt…

Envoy Proxy

4 min read

Envoy Fundamentals, a training course to enable faster adoption of Envoy Proxy
Envoy Fundamentals, a training course to enable faster adoption of Envoy Proxy

Mar 7, 2021

Prettier single quote setting not respected in .tsx files (VS Code)

This was an odd one, but luckily fairly straightforward to fix. It is one of those problems I’ve fixed multiple times but never wrote down the solution for next time I run into it. Problem I am trying to using single quotes setting in Prettier, however, the formatted keeps double quotes…

Typescript

2 min read

Prettier single quote setting not respected in .tsx files (VS Code)
Prettier single quote setting not respected in .tsx files (VS Code)

Feb 23, 2021

The v2 xDS major version is deprecated and disabled by default (Envoy)

I was playing with EnvoyFilters in Istio and ran into this error: ADS:LDS: ACK ERROR router~10.92.0.5~istio-ingressgateway-68d5fdd67f-ph996.istio-system~istio-system.svc.cluster.local-7 Internal:Error adding/updating listener(s) 0.0.0.0_8080: The v2 xDS major version is deprecated and disabled by default. Support for v2 will be removed from Envoy at the start of Q1 2021. You may make use of…

Envoy Proxy

1 min read


Jul 15, 2020

How to fix error TS7016: Could not find a declaration file for module ‘XYZ’. ‘file.js’ implicitly has an ‘any’ type

If you’re using TypeScript you might have run into this error before. The second part of the error says: Try `npm install @types/XYZ` if it exists or add a new declaration (.d.ts) file containing `declare module 'XYZ'; If XYZ is a direct dependency of your project, you can follow the…

Typescript

2 min read

How to fix error TS7016: Could not find a declaration file for module ‘XYZ’ has an ‘any’ type
How to fix error TS7016: Could not find a declaration file for module ‘XYZ’ has an ‘any’ type

May 30, 2020

How to quarantine Kubernetes Pods?

I wanted to share one quick tip on how you can quarantine your Kubernetes pods. You would use this if you want to investigate the containers within a pod, but you don’t want them to be part of the Kubernetes Service. …

Kubernetes

2 min read

How to quarantine Kubernetes Pods?
How to quarantine Kubernetes Pods?

Apr 26, 2020

Beginners guide to gateways and proxies

Have you heard of gateways, proxies (forward and reverse), load balancers, API gateways? You probably did, and even if you haven’t you might have heard of products such as nginx, HAProxy, Envoy, Traefik, Gloo, Kong, Ambassador, and many others. You are probably using gateways each time without even knowing it. …

Software Development

13 min read

Beginners guide to gateways and proxies
Beginners guide to gateways and proxies
Peter Jausovec

Peter Jausovec

https://learncloudnative.com https://startkubernetes.com

Following
  • Sebastian Eschweiler

    Sebastian Eschweiler

  • Astasia Myers

    Astasia Myers

  • Greylock

    Greylock

  • Node.js

    Node.js

  • Netflix Technology Blog

    Netflix Technology Blog

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable