The road
open-menucloseme
The Road
Series icon
Effective Cloud Computing GitOps Serverless Amazon Builders Library
About
🌐
English
The road
githubtwitterstackoverflowrss
  • Publish your AWS CDK applications via AWS CloudFormation templates

    calendarMay 15, 2022 · 3 min read · AWS CDK AWS CloudFormation AWS Tip  ·
    Share on: twitterfacebooklinkedincopy
    Publish your AWS CDK applications via AWS CloudFormation templates

    AWS CDK is a great abstract to accelerate managing the cloud infrastructure as code. The journey will be enjoyful with leveraging the Construct Hub to use the high level contributions from AWS partners and commnunity.

    Use Case

    AWS CloudFormation is one of the underly technologies of AWS CDK to manage the cloud …


    Read More
  • Publishing npm packages to multiple registries with Projen

    calendarFeb 4, 2022 · 3 min read · CDK Construct AWS CDK npm projen continuous delivery construct hub  ·
    Share on: twitterfacebooklinkedincopy
    Publishing npm packages to multiple registries with Projen
    Construct Hub is a web portal to collect the constructs for AWS CDK, CDK8s and CDKtf. The construct could support multiple programming languages, such as Javascript/TypeScript, Python, Java and C#. Actually the construct is developed by TypeScript, then it's compiled as across languages library by jsii! Any npm/pypi …
    Read More
  • The update of Sonatype Nexus repository OSS on AWS solution

    calendarJun 24, 2021 · 1 min read · Amazon EKS Kubernetes Helm AWS CDK AWS Sonatype Nexus  ·
    Share on: twitterfacebooklinkedincopy
    The update of Sonatype Nexus repository OSS on AWS solution
    Last year I shared the production-ready, cloud native solution to deploy Sonatype Nexus Repository OSS on AWS.
    Read More
  • 在AWS上快速部署专用的NAT实例

    calendarApr 16, 2021 · 2 min read · AWS Tip network NAT CDK Construct AWS CDK  ·
    Share on: twitterfacebooklinkedincopy
    在AWS上快速部署专用的NAT实例
    本方案的起因是,一个源代码托管在Github上的项目fix一个重要的bug后,在AWS上的持续部署流水线一直失败。分析日志后,发现流水线中的数个步骤需要克隆源代码,但是访问Github的网络非常不稳定,这数个流水线任务持续因连接超时,连接拒绝等网络错误而失败。而流水线任务大量使用了CodeBuild, Lambda等AWS托管服务,无法为执行环境配置可靠的网络连接。
    Read More
  • Effective AWS CDK for AWS CloudFormation

    calendarDec 16, 2020 · 4 min read · Infrastructure as Code AWS CloudFormation AWS CDK AWS  ·
    Share on: twitterfacebooklinkedincopy
    Effective AWS CDK for AWS CloudFormation

    Infrastructure as Code is the trend to manage the resources of application. AWS CloudFormation is the managed serive offering the IaC capability on AWS since 2011. CloudFormation uses the declarative language to manage your AWS resources with the style what you get is what you declare.

    However there are cons of …


    Read More
  • 跨账号跨区域部署AWS CDK编排的应用

    calendarOct 14, 2020 · 2 min read · AWS AWS CDK DevOps AWS Step Functions  ·
    Share on: twitterfacebooklinkedincopy
    跨账号跨区域部署AWS CDK编排的应用

    AWS CDK是编排部署AWS云上资源最佳的工具之一。基于AWS CDK的应用应该如何实践DevOps持续集成和部署呢?

    通常我们有下面几种方法,


    Read More
  • Deploy Sonatype Nexus repository OSS on EKS

    calendarJun 16, 2020 · 2 min read · Amazon EKS Kubernetes Helm AWS CDK AWS Sonatype Nexus  ·
    Share on: twitterfacebooklinkedincopy
    Deploy Sonatype Nexus repository OSS on EKS
    Sonatype Nexus repository OSS is an artifact repository that supports most software repositories such as Maven, Pypi, Npmjs, Rubygems, Yum, Apt, Docker registry and etc. In the enterprise Nexus repository is widely used for storing proprietary artifacts and caching the artifacts for speeding up the devops.
    Read More
  • AWS CDK简介

    calendarSep 8, 2019 · 3 min read · AWS AWS CDK Infrastructure as Code  ·
    Share on: twitterfacebooklinkedincopy
    AWS CDK简介
    Infrastructure as Code(架构即代码)一直是衡量公有云是否支持良好运维能力的重要指标。作为云计算领先的AWS,通过服务CloudFormation来编排云环境中的基础设施资源。不过由于CloudFormation是使用YAML/JSON编写的声明式语言,不善于处理逻辑,编写繁琐且不利于调试排错,对于新上手的Devops工程师来说也有不小的学习曲线。三方开源的工具Terraform同样没有很好解决CloudFormation存在的这些问题。
    Read More
  • 无服务器架构的域名重定向服务

    calendarAug 27, 2019 · 2 min read · 云计算 AWS AWS S3 AWS Lambda AWS CDK  ·
    Share on: twitterfacebooklinkedincopy
    无服务器架构的域名重定向服务

    业务时常有需求将某个域名(A)的访问重定向到其他域名(B),即使实现这样一个很简单的需求通常也需要部署Web服务器(例如Nginx),为域名A的请求返回302响应,并提供新的Location地址重定向到域名B。现在基于云计算服务,我们可以使用一些托管服务来实现同样的事情,无需管理服务器和维护应用,同时做到最低成本实现该需求。

    接下来将介绍如何利用AWS上的服务实现该需求。


    Read More

Kane Zhu photo

Kane Zhu

Just a blog for personal experience or thoughts, mostly tech-related.
Read More

Recent Posts

  • FluxCD GitOps debugging tip
  • 使用外部Secrets Manager管理Kubernetes密钥
  • 基于 Flux 的 GitOps 管理 Crossplane 部署及资源
  • Publish your AWS CDK applications via AWS CloudFormation templates
  • 基于 Flux 的 GitOps 实战(下)
  • 基于 Flux 的 GitOps 实战(上)
  • Kuberentes 上 GitOps 最佳实践
  • Find out the most costly resources in your AWS account

Categories

BLOGGING 53 KUBERNETES 10 TRIP 5

Series

EFFECTIVE-CLOUD-COMPUTING 31 SERVERLESS-COMPUTING 8 GITOPS 6 AMAZON-BUILDERS-LIBRARY 2

Tags

AWS 33 ECLIPSE 21 云计算 16 TIP 15 KUBERNETES 14 EQUINOX 10 AWS-CDK 9 GIT 9 CONTINUOUS-DELIVERY 7 GITOPS 7 OSGI 7 P2 7 阿里云 7 CD 6
All Tags
ALIYUN1 AMAZON-ALEXA1 AMAZON-BUILDERS-LIBRARY2 AMAZON-EKS2 AMAZON-NEPTUNE1 ANALYSIS1 ANALYTICS1 ANGULARJS1 ARCHITECTURE1 ARCHSUMMIT1 ARGOCD1 ATHENA1 AWS33 AWS-API-GATEWAY1 AWS-ATHENA1 AWS-CDK9 AWS-CLOUDFORMATION2 AWS-ECR1 AWS-ECS1 AWS-EKS2 AWS-FARGATE1 AWS-FAULT-INJECTION-SIMULATOR1 AWS-FIS1 AWS-LAMBDA5 AWS-S32 AWS-SECRETS-MANAGER1 AWS-STEP-FUNCTIONS1 AWS-TOOLKIT1 AWS-VPN1 BATCH1 BIG-DATA1 BUILD2 BUNDLE1 CD6 CDK-CONSTRUCT2 CERTIFICATE2 CHAOS-ENGINEERING1 CLEARCASE2 CLOUD-NATIVE1 CODE-SIGNING1 CODECOMMIT1 COMPILE1 CONFIGURATION2 CONSTRUCT-HUB1 CONTINUOUS-DELIVERY7 CONTINUOUS-DEPLOYMENT1 COST1 CROSSPLANE1 DAEMON1 DATA-LAKES1 DEBUG2 DEBUGGING1 DEVOPS5 DINGTALK4 DJANGO1 DOCKER6 DOCKER-SWARM2 DUAL-MONITOR1 ECLIPSE21 EDAS1 EKS4 ENCODING1 EQUINOX10 EXTERNAL-SECRETS-OPERATOR1 FAAS6 FEATURE1 FILEVAULT1 FIREFOX1 FLUX6 GDB1 GERRIT2 GIT9 GITOPS7 GLUE1 GRAPH-DATABASE1 GROOVY1 HELM3 HOWTO1 IAM3 IBM-NOTES1 INFRASTRUCTURE-AS-CODE5 INTELLIJ-IDES1 ISTIO1 JAVA5 JENKINS3 JENKINS-CLI2 JETTY1 JNI1 JRE1 KUBERNETES14 LINUX4 LUCENE1 MAC-OSX1 MACOS-MONTEREY1 MACOSX2 MAKEFILE1 MAVEN1 METAVERSE1 MICROSERVICE1 MIGRATION1 MINGW1 MONGODB1 MOUNTAIN-LION1 NAT1 NATIVECODE1 NETWORK1 NFT1 NGINX1 NPM1 OAUTH22 OH-MY-ZSH1 OPENID1 OPENSWAN1 OSGI7 OSS1 OSSFS1 P27 PAY1 PDE2 PERFORMANCE1 PERFORMANCE-TUNING2 PHP1 PROFILE2 PROJEN1 PROTON1 PYTHON1 QCON1 RCP3 RESILIENCE-ENGINEERING1 SALZBURG3 SEO1 SERVERLESS1 SERVERLESS-COMPUTING6 SERVICE-CATALOG1 SERVICE-MESH1 SESSION-MANAGEMENT1 SHELL2 SINGLE-PAGE-APP1 SITE-TO-SITE-VPN1 SMTP1 SOLR1 SONATYPE-NEXUS2 SPRING2 SPRING-BOOT1 SPRING-CLOUD1 SPRING-CLOUD-FUNCTION1 SPRING-FRAMEWORK1 SPRING-SESSION1 SSH3 SSP1 SYSTEM-DESIGN2 TIP15 TOUR3 TRAVEL3 TRICK1 TROBULE-SHOOTING1 TROUBLE-SHOOTING1 TROUBLESHOOT3 TYCHO1 UBUNTU1 UBUNTU-14041 UPDATE1 URL-HANDLER-SERVICE1 WEB-2.02 WECHAT2 WEIXIN2 WORKAROUND1 ZEND-CE1 ZEND-DEBUGGER1 ZSH1 云计算16 会议2 元宇宙1 公众平台1 函数计算3 工程效率1 微信1 技巧1 搜索引擎优化1 支付1 架构2 注册表1 混沌工程1 网站架构1 邮件转发1 钉钉4 阿里云7
[A~Z][0~9]
The road

Copyright 2006-  THE ROAD. All Rights Reserved

to-top