Skip to content

Latest commit

 

History

History
 
 

_k8s

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

ElastiQuill on Kubernetes

  1. Run the setup script from ../_setup to create the necessary prerequisites on your Elasticsearch cluster. See setup instructions.
  2. Update config.yml with your blog's configurations (e.g. blog name, URL, OAuth keys, etc).
  3. Create a Kubernetes secret from your config.yml file:
kubectl create secret generic elastiquill-demo-config --from-file=./config.yml
  1. Deploy ElastiQuill and it's accompanying secret:
kubectl apply -f elastiquill.yaml
  1. Get the LoadBalancer IP and browse to your blog. You probably want to configure DNS records and HTTPS (via Ingress) while at it.

Enjoy!