Posts

Kubernetes 118: Kubeless function as a service

Image
  Kubeless function as a service  Kubeless is a Kubernetes-native serverless framework that lets you deploy small bits of code (functions) without having to worry about the underlying infrastructure. It is designed to be deployed on top of a Kubernetes cluster and take advantage of all the great Kubernetes primitives. If you are looking for an open source serverless solution that clones what you can find on AWS Lambda, Azure Functions, and Google Cloud Functions, Kubeless is for you! Kubeless Installation on kubernetes: Sample function python-1: Delete function: Sample function-python yaml 2: Delete function: ================================================================ Good Luck https://www.linkedin.com/in/ahmedms/

Kubernetes 117: Deploy java application on kubernetes

Image
   Deploy spring boot java application  on kubernetes 1- Using Spring boot to create java application ( jar file)  and using tomcat by default. 2- Build image by docker file. 3- Push image to hub.docker.com 4- Create deployment , services and ingress with tls on kubernetes. 5- Check url. --------------------- 1- Using Spring boot to create jar file: 2- Build image by docker file: 3- Push image to hub.docker.com 4- Create deployment & services on kubernetes: 5- Check URL: ================================================================ Good Luck https://www.linkedin.com/in/ahmedms/

Kubernetes 116: TLS Ingress on Kubernetes

Image
  TLS Ingress on Kubernetes  1- Create secret tls: 2- Create nginx deployment & service: 3- Create Ingress with tls certified : 4- Check URL: ================================================================ Good Luck https://www.linkedin.com/in/ahmedms/