Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 692 Bytes

Intro.md

File metadata and controls

54 lines (39 loc) · 692 Bytes

Agenda

  • Create VM
  • Install K3s
  • Launch an app

Disclaimer

I'm not certified!

Create ec2

  • SSH

https://github.com/tonsV2/aws-ec2

Install K3s

Configure access

  • Kubectl

Remote access

  • Open ports
  • Copy configure

Alternative clients

  • K9s
  • Lens

App

https://github.com/tonsV2/whoami-go/

Docker

  • $ docker run

Launch app

Resources

https://dwdraju.medium.com/how-deployment-service-ingress-are-related-in-their-manifest-a2e553cf0ffb

For our app

  • Deployment
  • Service
  • Ingress

Replicas

  • Launch 3 instances

Helm

  • Helm create
  • Adjust deployment
  • Adjust service
  • Adjust ingress

Helmfile

  • Simple helmfile