Open in app
Home
Notifications
Lists
Stories

Write
Madeesha’s Tech Space
Madeesha’s Tech Space

Home

Published in ITNEXT

·Pinned

Routing external traffic into your Kubernetes services

There are several methods to route internet traffic to your Kubernetes cluster. However, when choosing the right approach, we need to consider some factors such as cost, security, and maintainability. …

Kubernetes

5 min read

Routing external traffic into my Kubernetes services
Routing external traffic into my Kubernetes services

Jan 28, 2021

Do we need liveness and readiness probes in Kubernetes deployments?

One of the most common question with the Kubernetes deployment is, do we really need liveness or readiness probes? The simple answer to this question is ‘YES’, let’s dive into more details so that you will understand why. Liveness and readiness are the two main probe types available in Kubernetes…

Livenessprobe

3 min read

Do we need liveness and readiness probes in Kubernetes deployments?
Do we need liveness and readiness probes in Kubernetes deployments?

Published in ITNEXT

·Dec 8, 2020

Create Lambdas in an existing VPC using CDK

By default lambda is not bound to a VPC and it can communicate with all the resources inside public subents. However, there are many use cases that you need to connect your lambda with databases, ec2 or internal services inside private subnets in a VPC. …

Lambda

2 min read

Create Lambdas in an existing VPC using CDK
Create Lambdas in an existing VPC using CDK

Published in ITNEXT

·Dec 3, 2020

Deploying Lambda Functions with Lambda layers using CDK

Serverless deployment needs to import libraries and dependencies into the Lambda functions. So the easiest way to import those third party dependencies to your function is to use Lamda Layers. Today I am going to show you how to use this lambda layer inside your CDK code. The example code…

Lambda

2 min read

Deploying Lambda Functions with Layer using CDK
Deploying Lambda Functions with Layer using CDK

Nov 24, 2020

Pass environment variables to lambda function deployed with AWS CDK

There are cases that we need to deal with passing information inside lambda function using environment variables.

Lambda

1 min read

Pass environment variables to lambda function deployed with AWS CDK
Pass environment variables to lambda function deployed with AWS CDK

Published in FAUN Publication

·Nov 13, 2020

Cross-account access to invoke AWS lambda using AWS CDK

If you are here, you may have a pretty good knowledge of how to use AWS CDK for defining cloud infrastructure in code and provisioning it through AWS. So let’s get started on how to grant permission to your lambda function to access the resources in another AWS account. let’s…

Lambda

3 min read


Published in ITNEXT

·Jun 24, 2020

Monitoring Multiple Kubernetes Clusters using a single Kibana Dashboard

When we have to manage multiple Kubernetes environments, it would be easy that we can monitor all the cluster metrics using a single Kibana dashboard. Let’s say we have 2K8s environments such as test and production and we are sending all the metrics of both environments to a single Kibana…

Kubernetes

2 min read

Monitoring Multiple Kubernetes Clusters using a single Kibana Dashboard
Monitoring Multiple Kubernetes Clusters using a single Kibana Dashboard

Published in ITNEXT

·Jun 24, 2020

Setup Metricbeat on Kubernetes and config Kibana dashboard to visualize cluster data

What is Kibana? Kibana is an open-source application which provides search and data visualization capabilities for data indexed in Elasticsearch. Mainly Kibana acts as the user interface for monitoring and managing an Elastic Stack cluster. Kibana simplifies analyzing the data through the creation of bar charts, pie charts, tables, histograms…

Kibana

4 min read

Config Kibana dashboard to visualize your Kubernetes cluster data
Config Kibana dashboard to visualize your Kubernetes cluster data

Published in ITNEXT

·Apr 13, 2020

Back up and restore EKS Kubernetes cluster resources

Backups are critical. It is a good practice that you backup your Kubernetes cluster resources before performing severe tasks on the cluster. There is a tool called Velero, which allows you to back up the Kubernetes cluster resources in an easy manner. From this blog, I am going to…

Velero

3 min read


Published in ITNEXT

·Mar 9, 2020

Kubernetes node affinity: Placing pods on specific nodes

There are some cases that we need to run some of our applications on a specific node in a Kubernetes cluster. For example there is an application which requires more resources than any single node in the cluster. In this case we need to create a new node and place…

Kubernetes

3 min read

Kubernetes node affinity: Placing pods on specific nodes
Kubernetes node affinity: Placing pods on specific nodes
Madeesha’s Tech Space

Madeesha’s Tech Space

DevOps Engineer

Following
  • Sanjiva Weerawarana

    Sanjiva Weerawarana

  • Jayashani Gunarathne

    Jayashani Gunarathne

  • Shenavi de Mel

    Shenavi de Mel

  • Fathima Dilhasha

    Fathima Dilhasha

  • Samisa Abeysinghe

    Samisa Abeysinghe

See all (31)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable