func (e *Envoy) Init() error {
    if err := e.validateConfig(); err != nil {
        e.Errorf("config validation: %v", err)
        return err
    }