Skip to content

cieslarmichal/akamai-workshops

 
 

Repository files navigation

Akamai Workshops - Linode Kubernetes

Setup

export TF_VAR_token=your-secret-linode-token-created-at-the-start-of-this-guide

export KUBECONFIG=$(pwd)/lke-cluster-config.yaml

Deploy

kubectl apply -f app.yaml

kubectl apply -f daemon.yaml

Check k8s resources

kubectl get pods kubectl get pods -n kube-system kubectl get pods -n longhorn-system

Update with latest image

kubectl rollout restart deployment/workshops

Install longhorn

curl -sSfL https://raw.githubusercontent.com/longhorn/longhorn/v1.6.1/scripts/environment_check.sh | bash

helm repo add longhorn https://charts.longhorn.io helm repo update

helm install longhorn longhorn/longhorn --namespace longhorn-system --create-namespace --version 1.6.1

kubectl -n longhorn-system port-forward svc/longhorn-frontend 8080:80

helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx helm repo add jetstack https://charts.jetstack.io help repo update

helm install
cert-manager jetstack/cert-manager
--namespace cert-manager
--create-namespace
--version v1.13.3
--set installCRDs=true

kubectl get pvc kubectl get storageclass

About

Akamai workshops about Linode.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages

  • HCL 69.8%
  • JavaScript 21.1%
  • Dockerfile 9.1%