Skip to content

leventarican/cloud

Repository files navigation

cloud

IBM Cloud

Serverless

  • if you manage (configure) instances then its not serverless
  • serverless is the discipline to abstract the server
  • The term “Serverless” is confusing since with such applications there are both server hardware and server processes running somewhere

Links

kubernetes, k8s

  • automating deployment, scaling, and management of containerized applications.
  • use https://microk8s.io/ on laptop
  • compatible with Azure AKS, Amazon EKS, Google GKE

install microk8s (on ubuntu)

  • install with snap: sudo snap install microk8s --classic

start / stop / status k8s (after installing)

  • you need to run command with sudo or add your user to the group microk8s. e.g. sudo microk8s.status.
  • microk8s.start
  • microk8s.stop
  • microk8s.status
sudo microk8s.status
microk8s is running
addons:
dashboard: disabled
dns: disabled
istio: disabled
jaeger: disabled
prometheus: disabled
registry: disabled
storage: disabled

access kubernates

  • microk8s.kubectl get all --all-namespaces
  • microk8s.kubectl get services
  • microk8s.kubectl get nodes

links

k8s, docker

  1. build container
  2. push to container registry
  3. kubernetes engine
  4. run container

Releases

No releases published

Packages

No packages published

Languages