Deploy Jekyll App on Kubernetes

@rahul456 can you direct me what else do i need to do to get it working?

thank you. -jenna

I created a pvc, a pod and service:


apiVersion: v1
kind: Service
metadata:
name: jekyll-container-nautilus
namespace: jekyll-namespace-nautilus
spec:
selector:
app: jekyll-pod-nautilus
ports:

  • protocol: TCP
    port: 8080
    targetPort: 4000
    nodePort: 31181
    type: NodePort
    status:
    loadBalancer: {}

You can post it in review section, someone will look into it sooner and suggest you the issue.

@Jenna, can you please share your KKE user details ?

jenna [email protected] thank you @rahul456