No Image

NGINX Unit 1.2 Available Now

2018-06-09 KENNETH 0

NGINX Unit 1.2 Available Now On June 7 we released NGINX Unit 1.2, the latest version of our dynamic multilingual application and web server, with support for many exciting features that enable its use in more sophisticated environments. This follows the general availability (GA) release of version 1.0 on April 12 and the release of version 1.1, with bug fixes and minor updates, just a couple weeks later. NGINX Unit 1.2 includes these new features: All types of applications can now be dynamically configured with their own environment variables. Configuration options for PHP applications can be defined in the php.ini file or directly with the NGINX Unit API. Go executables can now be configured with command‑line arguments. These new features make your applications even more configurable. All parameters can be defined dynamically, without any disruption to running services or loss of connectivity. Let’s review [ more… ]

Three Ways NGINX Scales Applications Running in Docker Containers

2018-06-08 KENNETH 0

Three Ways NGINX Scales Applications Running in Docker Containers Today, enterprises are modernizing their applications to support ever-growing digital business requirements. Containers are a key component of that transformation, and Docker is core to the container revolution. Containers are the foundation for bringing portability to legacy applications, as well as a lightweight package for modern, microservices-based apps. And usage of NGINX and of Docker have grown hand in hand; the official NGINX image is one of the top downloads on Docker Hub. Ask anyone who has deployed hundreds or even thousands of Docker containers — especially in production — and you’ll quickly find that native load balancers, API gateways, and Ingress controllers are needed to stitch together a containerized app. That’s where NGINX comes in. NGINX Helps Bring Containerized Apps to Life NGINX provides a single Application Platform for running [ more… ]

No Image

INPLACE upgrade from MySQL 5.7 to MySQL 8.0

2018-06-08 KENNETH 0

INPLACE upgrade from MySQL 5.7 to MySQL 8.0 MySQL 8.0 General Availability was announced in April and it comes with a host of new features. The overview about the new features and improvements made in MySQL 8.0 can be found in the following blog. The server can be upgraded by performing either an INPLACE upgrade or LOGICAL upgrade. … Source: INPLACE upgrade from MySQL 5.7 to MySQL 8.0

Amazon ECS for Kubernetes (EKS) – 정식 출시

2018-06-08 KENNETH 0

Amazon ECS for Kubernetes (EKS) – 정식 출시 지난 re:Invent 2017에서 Amazon Elastic Container Service for Kubernetes(EKS)를 출시하고, 고객용 미리 보기로 시작하였습니다. 이제 Amazon EKS를  정식 출시합니다. EKS는 Kubnernetes 준수를 인증 받았으며 기존 Kubernetes 워크로드의 실행에 필요한 모든 준비를 마쳤습니다. Cloud Native Computing Foundation의 최신 데이터를 보면 Kubernetes를 실행하는 전체 회사 중 57%가 AWS를 선택함에 따라 Kubernetes용 환경에서 AWS가 선두를 지키고 있음을 알 수 있습니다. AWS 고객은 Kubernetes가 회사 IT 전략의 핵심이며 이미 수억 개의 컨테이너를 매주 AWS에서 실행하고 있다고 말합니다. Amazon EKS는 Kubernetes 클러스터의 구축, 보안, 운영 및 유지 관리를 간소화하며 컨테이너 기반 컴퓨팅의 이점을 제공하여 Kubernetes 클러스터를 처음부터 설정하는 복잡함 없이 애플리케이션을 구축하는 데 집중할 수 있도록 합니다. AWS 서비스 활용 Amazon EKS는 AWS Cloud에서 실행되므로 Kubernetes에 대해 이미 알고 있는 모든 지식을 적용하고 유용하게 사용하면서 다수의 AWS 서비스 및 기능을 활용할 수 있습니다. 다음 개요를 참조하십시오. 다중 [ more… ]

Amazon SageMaker 노트북 인스턴스에서 로컬 모드 사용하기

2018-06-08 KENNETH 0

Amazon SageMaker 노트북 인스턴스에서 로컬 모드 사용하기 최근 Amazon SageMaker에서는 빌드 형태로 제공되는 TensorFlow와 MXNet 컨테이너를 이용하여 로컬 환경에서 모델 학습이 가능하도록 새로운 기능을 지원하기 시작했습니다. 또한, 데이터 훈련과 호스팅을 위한 완전 관리 서비스 뿐 아니라, 정식 운영 환경에서 사전에 빌드된 컨테이너를 배포하는 기능까지 지원할 수 있게 되었습니다. 이전에는 이러한 컨테이너는 Amazon SageMaker에 특화된 환경에서만 사용할 수 있었습니다. 이러한 컨테이너들이 오픈 소스로 공개되었는데, 이는 여러분이 직접 컨테이너를 여러분이 작업 중인 환경으로 끌어올 수 있고, 알고리즘을 로컬 환경에서 테스트하기 위해 Amazon SageMaker Python SDK에서 여러분이 작성한 코드를 빌드할 수 있다는 것을 의미합니다.단지 코드 한 줄만 바꿨을 뿐인데 말이죠. 뿐만 아니라, 새로운 학습용 클러스터, 호스팅용 클러스터를 매번 빌드할 때마다 기다릴 필요없이 여러분이 반복 학습과 테스트를 수행할 수 있다는 점도 포함되어 있습니다. 작은 크기의 데이터셋 샘플을 가지고 로컬 환경에서 반복 학습을 수행한 다음 분산 모드에서 전체 데이터셋을 대상으로 학습을 수행하는 식으로 확장했던 것이 [ more… ]