kubernetes Deploying GitHub packages docker image to Kubernetes GitHub had announced a major feature on their platform which is GitHub packages. As well as hosting private npm or NuGet registries, GitHub packages also includes private docker registries. If
haskell Haskell Yesod Web Application in Docker Yesod is one of the web frameworks available for Haskell. It seems to be the easiest one out of the multiple choices available to get started with. PrerequisitesDockerHaskell Stack version 2.3.1You can find all yesod stack templates available from the github repository.
aws IAM policy permissions for a public load balanced ecs fargate service on AWS CDK Using AWS CDK with an admin user is all fine and straight forward. But, when it comes to creating a deployment pipeline with an IAM user specifically created with the actual permission needed, it can take a long time of trialing and failing to
elasticsearch Setting Up Elasticsearch Cluster on Kubernetes - Part 3 - Configuration File Part 1 - Setting up Single Node ElasticsearchPart 2 - Setting up Kibana ServicePart 3 - Kubernetes Configuration FilesNow that we have a single node elasticsearch service and kibana to monitor the cluster, lets try to capture the work so far into kubernetes configuration
elasticsearch Setting up Elasticsearch Cluster on Kubernetes - Part 2 - Kibana This is part 2 out of 3 in this series of blog posts. Part 1 - Setting up Single Node ElasticsearchPart 2 - Setting up Kibana ServicePart 3 - Kubernetes Configuration FilesSetup KibanaLet’s try to setup kibana pointing to our elasticsearch single node
elasticsearch Setting up Elasticsearch cluster on Kubernetes - Part 1 - Single Node Cluster This is the begining of a multiple part series of blog posts going through setting up Elasticsearch cluster in kubernetes. Part 1 - Setting up Single Node ElasticsearchPart 2 - Setting up Kibana ServicePart 3 - Kubernetes Configuration FilesThe main aim of this series